UNPKG

@accounts/typeorm

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