UNPKG

@accounts/typeorm

Version:
4 lines (3 loc) 183 B
import { InjectionToken } from 'graphql-modules'; import { type UserService } from '../entity/UserService'; export declare const UserServiceToken: InjectionToken<typeof UserService>;