Interface PostProjectsOutletsRequest

interface PostProjectsOutletsRequest {
    failIfExists?: boolean;
    outlet: Outlet;
}

Properties

failIfExists?: boolean
outlet: Outlet