AutoBE
    Preparing search index...

    Interface AutoBeInterfaceSchemaPropertyErase

    Remove an existing property from a DTO schema.

    Use for phantom fields, security violations, or system-managed fields.

    interface AutoBeInterfaceSchemaPropertyErase {
        key: string;
        reason: string;
        type: "erase";
    }
    Index

    Properties

    Properties

    key: string

    Property key to remove.

    reason: string

    Reason for removing this property.

    type: "erase"