chore: initial commit
This commit is contained in:
7
src/pages/system/file/constants.ts
Normal file
7
src/pages/system/file/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
export const QUERY_KEY = 'sys_file'
|
||||
|
||||
export const ActionSchema = z.enum([]).nullable()
|
||||
|
||||
export type Action = z.infer<typeof ActionSchema>
|
||||
Reference in New Issue
Block a user