UNPKG

@cap-js/db-service

Version:
6 lines (4 loc) 144 B
import { Factory as GenericFactory, Options } from 'generic-pool' export interface Factory<T> extends GenericFactory<T> { options: Options }