diff --git a/packages/keyring-api/src/utils/pagination.ts b/packages/keyring-api/src/utils/pagination.ts index c2fdf3a..8b3bebb 100644 --- a/packages/keyring-api/src/utils/pagination.ts +++ b/packages/keyring-api/src/utils/pagination.ts @@ -55,7 +55,7 @@ export type Paginated = { * The list of items for this page. */ data: Type[]; - + /** * Next cursor to iterate over the results if any, will be `null` otherwise. */