Interface DeleteBasinsWithNameRequest

interface DeleteBasinsWithNameRequest {
    method: DeleteMethod;
    name: string;
    office: string;
}

Properties

Properties

method: DeleteMethod
name: string
office: string