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 4bb3274 commit 9d84fe9Copy full SHA for 9d84fe9
packages/db/src/users.ts
@@ -56,7 +56,7 @@ export type SafeUserType = z.infer<typeof SafeUserSchema>;
56
* Type definition for sanitized Users records list,
57
* inferred from UsersListOutputSchema.
58
*/
59
-export type UsersListOutputSchema = z.infer<typeof UsersListOutputSchema>;
+export type UsersListOutputSchemaType = z.infer<typeof UsersListOutputSchema>;
60
61
/**
62
* Interface defining the properties of UsersDb initialization options.
0 commit comments