Repository URL to install this package:
|
Version:
9.0.35-framework ▾
|
export { default as EnvModel } from './Model.graphql';
export { default as envResolvers } from './resolvers';
export { config } from './config';
export * from './typings';
import { GraphQLModule } from '../library';
export declare const EnvModule: GraphQLModule<any, any, any>;