2
0

🚸 Remove debounce on forged block credentials…

Closes #1357
This commit is contained in:
Baptiste Arnaud
2024-03-15 14:28:12 +01:00
parent 1202f09802
commit cdbdb3546c
12 changed files with 16 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export interface ZodLayoutMetadata<
isOrdered?: T extends OptionableZodType<ZodArray<any>> ? boolean : never
moreInfoTooltip?: string
isHidden?: boolean
isDebounceDisabled?: boolean
}
declare module 'zod' {