UNPKG

@entity-factory/typeorm

Version:
6 lines (5 loc) 307 B
import { Blueprint } from '@entity-factory/core/blueprint/Blueprint'; import { TypeormAdapter } from './TypeormAdapter'; import { TypeormBlueprintOptions } from './TypeormBlueprintOptions'; export declare class TypeormBlueprint<Entity> extends Blueprint<Entity, TypeormAdapter, TypeormBlueprintOptions> { }