UNPKG

@accounter/server

Version:
13 lines (11 loc) 308 B
import type { RawAuth } from '../../plugins/auth-plugin.js'; import type { Environment } from './index.js'; declare global { namespace GraphQLModules { interface GlobalContext { env: Environment; rawAuth: RawAuth; dbClientsToDispose?: { dispose: () => Promise<void> }[]; } } }