Interface RemoveByIDParams

interface RemoveByIDParams {
    _id?: DocumentID;
}

Properties

Properties

_id?: DocumentID