interface CacheEntry {
    prompt: MakerSuitePrompt;
    updated: number;
}

Properties

Properties

updated: number

Generated using TypeDoc