@webitel/api-services
Preparing search index...
_models/engineRoutingSchema
EngineRoutingSchema
Interface EngineRoutingSchema
interface
EngineRoutingSchema
{
createdAt
?:
string
;
createdBy
?:
EngineLookup
;
debug
?:
boolean
;
description
?:
string
;
editor
?:
boolean
;
id
?:
string
;
name
?:
string
;
tags
?:
EngineSchemaTag
[]
;
type
?:
EngineRoutingSchemaType
;
updatedAt
?:
string
;
updatedBy
?:
EngineLookup
;
}
Index
Properties
created
At?
created
By?
debug?
description?
editor?
id?
name?
tags?
type?
updated
At?
updated
By?
Properties
Optional
created
At
createdAt
?:
string
Optional
created
By
createdBy
?:
EngineLookup
Optional
debug
debug
?:
boolean
Optional
description
description
?:
string
Optional
editor
editor
?:
boolean
Optional
id
id
?:
string
Optional
name
name
?:
string
Optional
tags
tags
?:
EngineSchemaTag
[]
Optional
type
type
?:
EngineRoutingSchemaType
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
debug
description
editor
id
name
tags
type
updated
At
updated
By
@webitel/api-services
Loading...