UNPKG

somod-schema

Version:

Schema to validate yaml files in somod modules

8 lines (7 loc) 358 B
import { JSONSchema7 } from "decorated-ajv"; export declare const functionTypes: JSONSchema7; export declare const functionHttpApiEvent: JSONSchema7; export declare const functionApiEvent: JSONSchema7; export declare const functionEvent: JSONSchema7; export declare const functionEventSource: JSONSchema7; export declare const functionResource: JSONSchema7;