Skip to content

Commit 2f4e8e6

Browse files
Update packages/sdk/src/shared/index.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 6343663 commit 2f4e8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/shared/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export type ComponentRequestResponse = { data: V1Component; };
234234
/**
235235
* Different ways in which customers can authorize requests to HTTP endpoints
236236
*/
237-
export const enum HTTPAuthType {
237+
export enum HTTPAuthType {
238238
None = "none",
239239
StaticBearer = "static_bearer_token",
240240
OAuth = "oauth",

0 commit comments

Comments
 (0)