Skip to content

Commit 261950d

Browse files
committed
chore(providers): rename type to StoredPrivateCredential
1 parent 70e2b3c commit 261950d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ export type KlesiaRpcResponseType = z.infer<typeof KlesiaRpcResponseSchema>;
5353
/**
5454
* Private Credential types
5555
*/
56-
export type StoredCredential = z.infer<typeof StoredCredentialSchema>;
56+
export type StoredPrivateCredential = z.infer<typeof StoredCredentialSchema>;

0 commit comments

Comments
 (0)