Interface DeleteProjectsWithOfficeWithNameTurbineChangesRequest

interface DeleteProjectsWithOfficeWithNameTurbineChangesRequest {
    begin: string;
    end: string;
    name: string;
    office: string;
    overrideProtection?: boolean;
}

Properties

begin: string
end: string
name: string
office: string
overrideProtection?: boolean