interface PaginationResponse<T> {
    items: T[];
    total: number;
}

Type Parameters

  • T = any

Properties

Properties

items: T[]
total: number

Generated using TypeDoc