@valon-technologies/gestalt
Preparing search index...
index
SchemaRevision
Interface SchemaRevision
A declarative schema revision. The SDK diffs desired-vs-current and applies only the delta.
interface
SchemaRevision
{
id
:
string
;
schema
:
SchemaDeclaration
;
backfill
?:
undefined
;
}
Index
Properties
id
schema
backfill?
Properties
id
id
:
string
schema
schema
:
SchemaDeclaration
Optional
backfill
backfill
?:
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
schema
backfill
@valon-technologies/gestalt
Loading...
A declarative schema revision. The SDK diffs desired-vs-current and applies only the delta.