export interface PlayR2FileRef { storageKind: 'r2'; storageKey: string; logicalPath: string; fileName: string; contentHash: string; contentType: string; bytes: number; } export type PlayExecutionFileRef = PlayR2FileRef;