mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
chore: organize ts types, fix eslint errors
This commit is contained in:
@@ -8,7 +8,7 @@ export const settingsFormSchema = z.object({
|
||||
default_project: z.string().optional(),
|
||||
openai_api_key: z.string().optional(),
|
||||
prompt_analyse_new_file: z.string().optional(),
|
||||
is_welcome_message_hidden: z.boolean().optional(),
|
||||
is_welcome_message_hidden: z.string().optional(),
|
||||
})
|
||||
|
||||
export const currencyFormSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user