veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 467 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/storage-types](./storage-types.md) > [ListResult](./storage-types.listresult.md) > [nextPageToken](./storage-types.listresult.nextpagetoken.md)
## ListResult.nextPageToken property
If set, there might be more results for this list. Use this token to resume the list.
<b>Signature:</b>
```typescript
nextPageToken?: string;
```