mirror of https://github.com/actions/toolkit
25 lines
539 B
TypeScript
25 lines
539 B
TypeScript
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export const $commons_GCSGetCacheReponse = {
|
|
properties: {
|
|
bucket_name: {
|
|
type: 'string',
|
|
},
|
|
cache_key: {
|
|
type: 'string',
|
|
},
|
|
cache_version: {
|
|
type: 'string',
|
|
},
|
|
method: {
|
|
type: 'string',
|
|
},
|
|
project_id: {
|
|
type: 'string',
|
|
},
|
|
short_lived_token: {
|
|
type: 'commons_ShortLivedToken',
|
|
},
|
|
},
|
|
} as const; |