Type Alias SearchCustomObjectRecordsDto
SearchCustomObjectRecordsDto: {
locationId: string;
page: number;
pageLimit: number;
query: string;
searchAfter: string[];
}
Type declaration
locationId: string
page: number
pageLimit: number
query: string
searchAfter: string[]