@cpod/sdk - v0.2.7
    Preparing search index...

    Interface BulkActionRequest

    interface BulkActionRequest {
        ids: string[];
        action: "delete" | "restore";
    }
    Index

    Properties

    Properties

    ids: string[]
    action: "delete" | "restore"