@suluk/builder - v0.1.11
↑ Suluk
GitHub
Preparing search index...
BuiltApp
Interface BuiltApp
interface
BuiltApp
{
entities
:
Entity
[]
;
registry
:
Registry
;
backend
:
{
routes
:
RouteContract
[]
;
document
:
OpenAPIv4Document
}
;
frontend
:
{
components
:
{
name
:
string
;
tsx
:
string
}
[]
;
pages
:
{
name
:
string
;
tsx
:
string
}
[]
;
}
;
errors
:
DslError
[]
;
}
Index
Properties
entities
registry
backend
frontend
errors
Properties
entities
entities
:
Entity
[]
registry
registry
:
Registry
backend
backend
:
{
routes
:
RouteContract
[]
;
document
:
OpenAPIv4Document
}
frontend
frontend
:
{
components
:
{
name
:
string
;
tsx
:
string
}
[]
;
pages
:
{
name
:
string
;
tsx
:
string
}
[]
;
}
errors
errors
:
DslError
[]
DSL contract violations (empty ⇒ the composition is sound).
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
entities
registry
backend
frontend
errors
↑ Suluk
GitHub
@suluk/builder - v0.1.11
Loading...
DSL contract violations (empty ⇒ the composition is sound).