UNPKG

@accounts/typeorm

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