AutoBE
    Preparing search index...

    Interface AutoBeInterfaceEndpointReviewErase

    Endpoint review patch that removes an invalid endpoint.

    Samchon

    interface AutoBeInterfaceEndpointReviewErase {
        endpoint: IEndpoint;
        reason: string;
        type: "erase";
    }
    Index

    Properties

    Properties

    endpoint: IEndpoint

    Existing endpoint key to erase.

    reason: string

    Why this endpoint must not remain in the inventory.

    type: "erase"

    Patch discriminator.