fieldnotesai
Preparing search index...
src/types
FormTemplate
Interface FormTemplate
Provides functionality for form template.
interface
FormTemplate
{
created_at
:
string
;
description
?:
string
|
null
;
file_size_bytes
?:
number
|
null
;
file_type
?:
string
|
null
;
form_schema
?:
FormField
[]
|
null
;
id
:
string
;
name
:
string
;
original_filename
?:
string
|
null
;
storage_path
?:
string
|
null
;
updated_at
:
string
;
uploaded_by
:
string
;
}
Index
Properties
created_
at
description?
file_
size_
bytes?
file_
type?
form_
schema?
id
name
original_
filename?
storage_
path?
updated_
at
uploaded_
by
Properties
created_
at
created_at
:
string
Optional
description
description
?:
string
|
null
Optional
file_
size_
bytes
file_size_bytes
?:
number
|
null
Optional
file_
type
file_type
?:
string
|
null
Optional
form_
schema
form_schema
?:
FormField
[]
|
null
id
id
:
string
name
name
:
string
Optional
original_
filename
original_filename
?:
string
|
null
Optional
storage_
path
storage_path
?:
string
|
null
updated_
at
updated_at
:
string
uploaded_
by
uploaded_by
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created_
at
description
file_
size_
bytes
file_
type
form_
schema
id
name
original_
filename
storage_
path
updated_
at
uploaded_
by
fieldnotesai
Loading...
Provides functionality for form template.