UNPKG

@tunaiku.npm/embedded-session-management

Version:
9 lines (8 loc) 306 B
import { Entity, Repository } from "redis-om"; declare class RepositoryProxy<E extends Entity> extends Repository<E> { delegate: any; constructor(repository: any); writeEntity(entity: any): Promise<any>; readEntities(ids: string[]): Promise<Awaited<E>[]>; } export default RepositoryProxy;