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

23 lines
509 B
TypeScript

/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export const $commons_GCSCommitCacheResponse = {
properties: {
bucket_name: {
type: 'string',
},
cache_key: {
type: 'string',
isRequired: true,
},
method: {
type: 'string',
},
project_id: {
type: 'string',
},
short_lived_token: {
type: 'commons_ShortLivedToken',
},
},
} as const;