UNPKG

altair-graphql-core

Version:

Several of the core logic for altair graphql client

10 lines 224 B
/** * Defines the repository of the plugin. * Used to know where to get the plugin from. */ export declare enum PluginSource { NPM = "npm", GITHUB = "github", URL = "url" } //# sourceMappingURL=source.d.ts.map