We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9529634 + f86c500 commit 7214b53Copy full SHA for 7214b53
src/kms/types/postKey.ts
@@ -19,6 +19,6 @@ export interface PostKeyResponse {
19
export const PostKeyKmsSchema = z.object({
20
pub: z.string(),
21
coin: z.string(),
22
- source: z.enum(['independent', 'tss']),
23
- type: z.enum(['user', 'backup']),
+ source: z.enum(['user', 'backup']),
+ type: z.enum(['independent', 'tss']),
24
});
0 commit comments