UNPKG

@pothos/plugin-simple-objects

Version:

A Pothos plugin for defining objects and interfaces without ts definitions for those types

7 lines 296 B
import './global-types'; import { BasePlugin, type SchemaTypes } from '@pothos/core'; declare const pluginName = "simpleObjects"; export default pluginName; export declare class PothosSimpleObjectsPlugin<Types extends SchemaTypes> extends BasePlugin<Types> { } //# sourceMappingURL=index.d.ts.map