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.
1 parent 70e2b3c commit 261950dCopy full SHA for 261950d
packages/utils/src/types.ts
@@ -53,4 +53,4 @@ export type KlesiaRpcResponseType = z.infer<typeof KlesiaRpcResponseSchema>;
53
/**
54
* Private Credential types
55
*/
56
-export type StoredCredential = z.infer<typeof StoredCredentialSchema>;
+export type StoredPrivateCredential = z.infer<typeof StoredCredentialSchema>;
0 commit comments