Skip to content

Commit 6fcba99

Browse files
committed
chore(providers): export PresentationRequest type
1 parent b0366f3 commit 6fcba99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/utils/src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import type {
66
LiteralSchema,
77
NullifierSchema,
88
PartialTransactionSchema,
9+
PresentationRequestSchema,
910
PrivateKeySchema,
1011
PublicKeySchema,
1112
SendableSchema,
@@ -54,3 +55,4 @@ export type KlesiaRpcResponseType = z.infer<typeof KlesiaRpcResponseSchema>;
5455
* Private Credential types
5556
*/
5657
export type StoredPrivateCredential = z.infer<typeof StoredCredentialSchema>;
58+
export type PresentationRequest = z.infer<typeof PresentationRequestSchema>;

0 commit comments

Comments
 (0)