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

16 lines
354 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $commons_GetCacheResponse = {
properties: {
gcs: {
type: 'commons_GCSGetCacheReponse',
},
provider: {
type: 'string',
},
s3: {
type: 'commons_S3GetCacheResponse',
},
},
} as const;