UNPKG

@accounts/server

Version:

Fullstack authentication and accounts-management

4 lines (3 loc) 245 B
import { InjectionToken } from 'graphql-modules'; import { type AuthenticationServices } from './authentication-services'; export declare const AuthenticationServicesToken: InjectionToken<AuthenticationServices<import("@accounts/types").User>>;