UNPKG

@microsoft.azure/autorest.incubator

Version:
10 lines 430 B
import { String } from '#csharp/schema/string'; import { Variable } from '#csharp/code-dom/variable'; import { Schema } from '#csharp/lowlevel-generator/code-model'; export declare class Uuid extends String { constructor(schema: Schema, isRequired: boolean); readonly declaration: string; validatePresence(property: Variable): string; validateValue(property: Variable): string; } //# sourceMappingURL=Uuid.d.ts.map