UNPKG

@stackbit/sdk

Version:
11 lines 424 B
import { Model, YamlModelMap } from '../config/config-types'; import { ConfigValidationError } from '../config/config-errors'; export declare function extendModelArray(models: Model[]): { models: Model[]; errors: ConfigValidationError[]; }; export declare function extendModelMap(models?: YamlModelMap): { models: YamlModelMap; errors: ConfigValidationError[]; }; //# sourceMappingURL=model-extender.d.ts.map