Interface PageWithCursorGetPlanResponseForPage

interface PageWithCursorGetPlanResponseForPage {
    cursor?: string;
    last?: boolean;
    nextPageCursor?: string;
    size?: number;
    total?: number;
    values?: GetPlanResponseForPage[];
}

Properties

cursor?: string
last?: boolean
nextPageCursor?: string
size?: number
total?: number