Interface PostProjectsTurbinesRequest

interface PostProjectsTurbinesRequest {
    failIfExists?: boolean;
    turbine: Turbine;
}

Properties

failIfExists?: boolean
turbine: Turbine