fieldnotesai
Preparing search index...
src/types
CaseForm
Interface CaseForm
Provides functionality for case form.
interface
CaseForm
{
case_id
:
string
;
created_at
:
string
;
created_by
:
string
;
file_type
?:
string
|
null
;
form_answers
?:
Record
<
string
,
unknown
>
|
null
;
form_templates
?:
FormTemplate
;
id
:
string
;
is_submitted
?:
boolean
;
name
:
string
;
storage_bucket
?:
string
|
null
;
storage_path
?:
string
|
null
;
submitted_at
?:
string
|
null
;
template_id
:
string
|
null
;
template_name_snapshot
:
string
;
updated_at
:
string
;
}
Index
Properties
case_
id
created_
at
created_
by
file_
type?
form_
answers?
form_
templates?
id
is_
submitted?
name
storage_
bucket?
storage_
path?
submitted_
at?
template_
id
template_
name_
snapshot
updated_
at
Properties
case_
id
case_id
:
string
created_
at
created_at
:
string
created_
by
created_by
:
string
Optional
file_
type
file_type
?:
string
|
null
Optional
form_
answers
form_answers
?:
Record
<
string
,
unknown
>
|
null
Optional
form_
templates
form_templates
?:
FormTemplate
id
id
:
string
Optional
is_
submitted
is_submitted
?:
boolean
name
name
:
string
Optional
storage_
bucket
storage_bucket
?:
string
|
null
Optional
storage_
path
storage_path
?:
string
|
null
Optional
submitted_
at
submitted_at
?:
string
|
null
template_
id
template_id
:
string
|
null
template_
name_
snapshot
template_name_snapshot
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
case_
id
created_
at
created_
by
file_
type
form_
answers
form_
templates
id
is_
submitted
name
storage_
bucket
storage_
path
submitted_
at
template_
id
template_
name_
snapshot
updated_
at
fieldnotesai
Loading...
Provides functionality for case form.