UNPKG

@microsoft.azure/autorest.incubator

Version:
8 lines 473 B
import { Property } from '#csharp/lowlevel-generator/code-model'; import { InterfaceProperty } from '#csharp/code-dom/interface-property'; import { State } from '../generator'; import { ModelInterface } from './interface'; export declare class ModelInterfaceProperty extends InterfaceProperty { constructor(parent: ModelInterface, property: Property, state: State, objectInitializer?: Partial<ModelInterfaceProperty>); } //# sourceMappingURL=interface-property.d.ts.map