Type Alias PaginatedResponseAllocationCostDetails
PaginatedResponseAllocationCostDetails: { count: number; data: AllocationCostDetails[]; nextPage?: string; prevPage?: string;} Type declaration
count: number
OptionalnextPage?: string
OptionalprevPage?: string