export enum LockType { Npm = 'npm', Pnpm = 'pnpm', Yarn = 'yarn' } export enum State { CachePrimaryKey = 'CACHE_KEY', CacheMatchedKey = 'CACHE_RESULT' } export enum Outputs { CacheHit = 'cache-hit' }