1
0
Fork 0
toolkit/packages/warp-cache/src/internal/warpcache-ts-sdk/schemas/$commons_ReserveCacheRespon...

22 lines
683 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $commons_ReserveCacheResponse = {
properties: {
annotations: {
type: 'commons_CacheAnnotationsMap',
description: `Annotations is a map of annotations that can be passed as additional
context to the cache service. This is not stored in the cache but is published
in events for tracking purposes.`,
},
gcs: {
type: 'commons_GCSReserveCacheResponse',
},
provider: {
type: 'string',
},
s3: {
type: 'commons_S3ReserveCacheResponse',
},
},
} as const;