Skip to content

Commit

Permalink
chore(providers): export PresentationRequest type
Browse files Browse the repository at this point in the history
  • Loading branch information
martonmoro committed Nov 12, 2024
1 parent b0366f3 commit 6fcba99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/utils/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import type {
LiteralSchema,
NullifierSchema,
PartialTransactionSchema,
PresentationRequestSchema,
PrivateKeySchema,
PublicKeySchema,
SendableSchema,
Expand Down Expand Up @@ -54,3 +55,4 @@ export type KlesiaRpcResponseType = z.infer<typeof KlesiaRpcResponseSchema>;
* Private Credential types
*/
export type StoredPrivateCredential = z.infer<typeof StoredCredentialSchema>;
export type PresentationRequest = z.infer<typeof PresentationRequestSchema>;

0 comments on commit 6fcba99

Please sign in to comment.