AutoBE
    Preparing search index...

    Interface AutoBeInterfaceSchemaPropertyKeep

    Keep an existing property without modification.

    Use when a property is already correct. Explicit acknowledgment that the property was reviewed and verified.

    Samchon

    interface AutoBeInterfaceSchemaPropertyKeep {
        databaseSchemaProperty: string | null;
        key: string;
        reason: string;
        type: "keep";
    }
    Index

    Properties

    databaseSchemaProperty: string | null

    Database schema property this maps to, or null for computed properties.

    key: string

    Property key to keep.

    reason: string

    Evidence and reasoning for keeping unchanged.

    Describe what you verified that confirms correctness.

    type: "keep"

    Discriminator for property revision type.