interface PageResponse<T> {
    data: T[];
    page: Page;
}

Type Parameters

  • T

Properties

Properties

data: T[]
page: Page