interface DeleteResponse {
    raw: any;
    wasDeleted: null | boolean;
}

Hierarchy (view full)

Properties

Properties

raw: any
wasDeleted: null | boolean

true if a file was deleted, false if there was no file to delete. null if no information about the file is available.