stores: Set<{
    lookers: LRUCache<string, Lookers, unknown>;
    samples: Map<string, ModalSample>;
}> = ...

Generated using TypeDoc