@autorest/codemodel
Version:
AutoRest code model library
8 lines • 335 B
TypeScript
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