/** * @internal */ export enum HttpApiKeyAuthLocation { HEADER = "header", QUERY = "query", }