initial commit
This commit is contained in:
5
packages/db/shared/schemas/enums/QueryMode.schema.ts
Normal file
5
packages/db/shared/schemas/enums/QueryMode.schema.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import * as z from 'zod';
|
||||
|
||||
export const QueryModeSchema = z.enum(['default', 'insensitive'])
|
||||
|
||||
export type QueryMode = z.infer<typeof QueryModeSchema>;
|
||||
Reference in New Issue
Block a user