Interface GetProjectsRequest

interface GetProjectsRequest {
    idMask?: string;
    office?: string;
    page?: string;
    pageSize?: number;
}

Properties

idMask?: string
office?: string
page?: string
pageSize?: number