TokenPaginationOptions: {
    limit: number;
    next?: string;
    previous?: string;
    type: "token";
}

Type declaration

  • limit: number
  • Optional next?: string
  • Optional previous?: string
  • type: "token"

Generated using TypeDoc