UNPKG

@microsoft.azure/autorest.incubator

Version:
13 lines 550 B
import { Variable } from '#csharp/code-dom/variable'; import { Schema } from '#csharp/lowlevel-generator/code-model'; import { Primitive } from '#csharp/schema/primitive'; export declare class Boolean extends Primitive { isRequired: boolean; isXmlAttribute: boolean; jsonType: import("#csharp/code-dom/mscorlib").LibraryType; protected ToStringMethod: string; constructor(schema: Schema, isRequired: boolean); readonly declaration: string; validateValue(property: Variable): string; } //# sourceMappingURL=boolean.d.ts.map