@marimo-team/islands 0.23.10-dev42 → 0.23.10-dev44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -30,6 +30,12 @@ export interface StorageState {
30
30
  namespaces: StorageNamespace[];
31
31
  /** Lazy-loaded entries keyed by "namespace::prefix" */
32
32
  entriesByPath: ReadonlyMap<StoragePathKey, StorageEntry[]>;
33
+ /** Pagination metadata keyed by "namespace::prefix" */
34
+ pageMetadataByPath: ReadonlyMap<StoragePathKey, StoragePageMetadata>;
35
+ }
36
+
37
+ export interface StoragePageMetadata {
38
+ nextPageToken: string | null;
33
39
  }
34
40
 
35
41
  export function storageUrl(