Skip to content

Commit f60e647

Browse files
Keep ApiVersionSelection internal
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 39d3f4b commit f60e647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http-client-csharp/emitter/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { LoggerLevel } from "./lib/logger-level.js";
1111
* The emitter options for the CSharp emitter.
1212
* @beta
1313
*/
14-
export type ApiVersionSelection = string | Record<string, string>;
14+
type ApiVersionSelection = string | Record<string, string>;
1515

1616
export interface CSharpEmitterOptions {
1717
"api-version"?: ApiVersionSelection;

0 commit comments

Comments
 (0)