/** * #cache.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ /** This proto definition is used to publish/handle events for the global-caching Cloudroutine. */ export type CacheEntry = { key: string; value?: string | undefined; byteValue?: string | undefined; ttl: number; }; //# sourceMappingURL=cache.d.ts.map