@webitel/api-services
Preparing search index...
_models/engineAuditForm.zod
EngineAuditForm
Interface EngineAuditForm
interface
EngineAuditForm
{
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
description
?:
string
;
editable
?:
boolean
;
enabled
?:
boolean
;
id
?:
number
;
name
?:
string
;
questions
?:
EngineQuestion
[]
;
teams
?:
EngineLookup
[]
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
created
At?
created
By?
description?
editable?
enabled?
id?
name?
questions?
teams?
updated
At?
updated
By?
Properties
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
description
description
?:
string
Optional
editable
editable
?:
boolean
Optional
enabled
enabled
?:
boolean
Optional
id
id
?:
number
Optional
name
name
?:
string
Optional
questions
questions
?:
EngineQuestion
[]
Optional
teams
teams
?:
EngineLookup
[]
Optional
updated
At
updatedAt
?:
string
Optional
updated
By
updatedBy
?:
EngineLookup
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
created
By
description
editable
enabled
id
name
questions
teams
updated
At
updated
By
@webitel/api-services
Loading...