UNPKG

@autorest/powershell

Version:
10 lines 458 B
import { Variable } from '@azure-tools/codegen-csharp'; import { StringSchema } from '@autorest/codemodel'; import { String } from './string'; export declare class Uri extends String { constructor(schema: StringSchema, isRequired: boolean); get declaration(): string; validatePresence(eventListener: Variable, property: Variable): string; validateValue(eventListener: Variable, property: Variable): string; } //# sourceMappingURL=uri.d.ts.map