@valon-technologies/gestalt
    Preparing search index...

    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

    Properties

    id: string
    backfill?: undefined