@karmaniverous/entity-client-dynamodb
    Preparing search index...

    Interface ValidateTableDefinitionAtVersionResult

    interface ValidateTableDefinitionAtVersionResult {
        diffs: GeneratedDiff[];
        equal: boolean;
        tablePath: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    diffs: GeneratedDiff[]

    List of diffs (empty when equal is true).

    equal: boolean

    True when no diffs were detected.

    tablePath: string

    Absolute path to the validated table.yml (for diagnostics/UX).