UNPKG

@autorest/codemodel

Version:
8 lines 335 B
import { DeepPartial } from "@azure-tools/codegen"; import { Schema } from "../schema"; export interface BinarySchema extends Schema { } export declare class BinarySchema extends Schema implements BinarySchema { constructor(description: string, objectInitializer?: DeepPartial<BinarySchema>); } //# sourceMappingURL=binary.d.ts.map