refactor: moved queries to their own file
This commit is contained in:
parent
364bc9d0be
commit
cf6fff6fac
83 changed files with 1107 additions and 852 deletions
|
|
@ -49,6 +49,8 @@ export const GameListFilterSchema = z.object({
|
|||
source: z.string().optional(),
|
||||
});
|
||||
|
||||
export const RommLoginDataSchema = z.object({ hostname: z.url(), username: z.string(), password: z.string() });
|
||||
|
||||
export type GameListFilterType = z.infer<typeof GameListFilterSchema>;
|
||||
|
||||
export const DirSchema = z.object({ name: z.string(), parentPath: z.string(), isDirectory: z.boolean() });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue