Skip to content

Commit b8bba0a

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

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
@@ -46,7 +46,7 @@ export type AppInfo = {
4646
/**
4747
* The types of authentication that Pipedream apps support.
4848
*/
49-
export const enum AppAuthType {
49+
export enum AppAuthType {
5050
OAuth = "oauth",
5151
Keys = "keys",
5252
None = "none",

0 commit comments

Comments
 (0)