Skip to content

Commit

Permalink
export ceramic/composedb client types
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ar committed Jan 15, 2024
1 parent 9b9950c commit e11c798
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/lib/src/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ export const didFromSeed = async (seed: string) => {
await did.authenticate();
return did;
};

export type { ComposeClient, CeramicClient };

0 comments on commit e11c798

Please sign in to comment.