Interface GetProjectsOutletsWithNameRequest

interface GetProjectsOutletsWithNameRequest {
    name: string;
    office: string;
}

Properties

Properties

name: string
office: string