Interface DeleteProjectsWithOfficeWithProjectIdVirtualOutletsWithNameRequest

interface DeleteProjectsWithOfficeWithProjectIdVirtualOutletsWithNameRequest {
    method?: DeleteMethod;
    name: string;
    office: string;
    projectId: string;
}

Properties

method?: DeleteMethod
name: string
office: string
projectId: string