@netlify/content-engine
Version:
11 lines • 511 B
TypeScript
import { GatsbyNode } from "../types";
import { IPluginInfoOptions } from "./types";
interface ITestPluginOptionsSchemaReturnType {
errors: Array<string>;
warnings: Array<string>;
isValid: boolean;
hasWarnings: boolean;
}
export declare function testPluginOptionsSchema(pluginSchemaFunction: Exclude<GatsbyNode["pluginOptionsSchema"], undefined>, pluginOptions: IPluginInfoOptions): Promise<ITestPluginOptionsSchemaReturnType>;
export {};
//# sourceMappingURL=test-plugin-options-schema.d.ts.map