UNPKG

@autorest/powershell

Version:
7 lines 446 B
import { Schema } from '@azure-tools/codemodel-v3'; import { State } from './generator'; export declare function objectWithFormat(schema: Schema, state: State): boolean; export declare function schemaHasEnum(schema: Schema, state: State): boolean; export declare function hasXmsEnum(schema: Schema, state: State): boolean; export declare function arrayMissingItems(schema: Schema, state: State): boolean; //# sourceMappingURL=validations.d.ts.map