Interface ResolverCache<TContent>

Type Parameters

Hierarchy

  • ResolverCache

Properties

canBeUsed?: boolean

Set to true if the data in the cache can be used

objHashes: {
    [id: string]: string;
}

Type declaration

  • [id: string]: string
objects: ResolvedTimelineObjects<TContent>

Generated using TypeDoc