@typespec/http-client-java
Version:
TypeSpec library for emitting Java client from the TypeSpec REST protocol binding
22 lines • 656 B
TypeScript
import { JSONSchemaType } from "@typespec/compiler";
export declare const LIB_NAME = "@typespec/http-client-java";
export interface DevOptions {
"generate-code-model"?: boolean;
debug?: boolean;
loglevel?: "off" | "debug" | "info" | "warn" | "error";
"java-temp-dir"?: string;
profile?: boolean;
}
export interface License {
name: string;
company?: string;
link?: string;
header?: string;
description?: string;
}
export interface EmitterOptions {
license?: License;
"dev-options"?: DevOptions;
}
export declare const EmitterOptionsSchema: JSONSchemaType<EmitterOptions>;
//# sourceMappingURL=options.d.ts.map