UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

8 lines (7 loc) 298 B
import { ImageReference } from './image-reference'; export declare class CacheEntryReference { image?: ImageReference | undefined; constructor(image?: ImageReference | undefined); static fromJson(json: CacheEntryReference): CacheEntryReference; toJson(): Record<string, unknown>; }