UNPKG

@autorest/powershell

Version:
12 lines 525 B
import { Variable } from '@azure-tools/codegen-csharp'; import { BooleanSchema } from '@autorest/codemodel'; import { NewPrimitive } from './primitive'; export declare class Boolean extends NewPrimitive { isRequired: boolean; isXmlAttribute: boolean; jsonType: import("@azure-tools/codegen-csharp").ClassType; constructor(schema: BooleanSchema, isRequired: boolean); get declaration(): string; validateValue(eventListener: Variable, property: Variable): string; } //# sourceMappingURL=boolean.d.ts.map