AutoBE
    Preparing search index...

    Interface AutoBeInterfaceSchemaPropertyKeep

    Keep an existing property without modification.

    Use when a property is already correct and needs no changes. This ensures every property in the object schema is explicitly addressed, preventing accidental omissions during schema review.

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

    Properties

    Properties

    key: string

    Property key to keep.

    reason: string

    Reason for keeping this property unchanged.

    type: "keep"