interface DeleteOptions {
    respondAsync?: boolean;
}

Properties

Properties

respondAsync?: boolean