UNPKG

darkbasic-accounts-typeorm

Version:
7 lines (5 loc) 215 B
import { InjectionToken } from 'graphql-modules'; import { AccountsTypeormOptions } from '.'; export const AccountsTypeORMConfigToken = new InjectionToken<AccountsTypeormOptions>( 'AccountsTypeORMConfigToken' );