interface ResourceDeletionError {
    code: "ResourceDeletion";
    message: string;
    resource?: any;
}

Properties

code: "ResourceDeletion"
message: string
resource?: any