Interface GetBlobsRequest

interface GetBlobsRequest {
    like?: string;
    office?: string;
    page?: string;
    pageSize?: number;
}

Properties

like?: string
office?: string
page?: string
pageSize?: number