Skip to main content

TypeScript shape

interface BucketKey {
  bucketId: string;
  bucketSortKey: string;
}
bucketId
String!
Bucket identifier.
bucketSortKey
String!
Sort key within the bucket.