UNPKG

sfcc-schemas

Version:

Salesforce Commerce Cloud import and export schemas validator

10 lines (9 loc) 309 B
declare function xsdfy(): Promise<void>; declare function validate(failsonerror: boolean): Promise<void>; declare function metacheatsheet(): Promise<void>; declare const _default: { validate: typeof validate; xsdfy: typeof xsdfy; metacheatsheet: typeof metacheatsheet; }; export default _default;