UNPKG

@accounts/typeorm

Version:
4 lines (3 loc) 188 B
import { InjectionToken } from 'graphql-modules'; import { type AccountsTypeormOptions } from '.'; export declare const AccountsTypeORMConfigToken: InjectionToken<AccountsTypeormOptions>;