export default interface Page { items: T[]; nextToken?: string; } //# sourceMappingURL=Page.d.ts.map