Interface PostProjectsWithOfficeWithNameTurbineChangesRequest

interface PostProjectsWithOfficeWithNameTurbineChangesRequest {
    name: string;
    office: string;
    overrideProtection?: boolean;
    turbineChange: TurbineChange;
}

Properties

name: string
office: string
overrideProtection?: boolean
turbineChange: TurbineChange