Interface GetProjectsWithOfficeWithProjectIdVirtualOutletsWithNameRequest

interface GetProjectsWithOfficeWithProjectIdVirtualOutletsWithNameRequest {
    name: string;
    office: string;
    projectId: string;
}

Properties

Properties

name: string
office: string
projectId: string