UNPKG

@microsoft.azure/autorest.incubator

Version:
7 lines 337 B
import { Class } from '#csharp/code-dom/class'; import { Namespace } from '#csharp/code-dom/namespace'; export declare class Struct extends Class { parent?: Struct | undefined; constructor(namespace: Namespace, name: string, parent?: Struct | undefined, objectIntializer?: Partial<Struct>); } //# sourceMappingURL=struct.d.ts.map