chore: run dev:generate-types (#11994)

This commit is contained in:
Germán Jabloñski
2025-04-08 17:25:29 -03:00
committed by GitHub
parent acae547ddf
commit 97e2e77ff4
50 changed files with 66 additions and 13 deletions

View File

@@ -54,6 +54,7 @@ export type SupportedTimezones =
| 'Asia/Singapore'
| 'Asia/Tokyo'
| 'Asia/Seoul'
| 'Australia/Brisbane'
| 'Australia/Sydney'
| 'Pacific/Guam'
| 'Pacific/Noumea'
@@ -221,6 +222,7 @@ export interface Form {
label?: string | null;
width?: number | null;
defaultValue?: string | null;
placeholder?: string | null;
options?:
| {
label: string;
@@ -562,6 +564,7 @@ export interface FormsSelect<T extends boolean = true> {
label?: T;
width?: T;
defaultValue?: T;
placeholder?: T;
options?:
| T
| {