Interface Pagination

interface Pagination {
    description: string;
    properties: Property[];
    responseKey: string;
}

Properties

description: string
properties: Property[]
responseKey: string