diff --git a/src/shared/structs/oAuthAction.ts b/src/shared/structs/oAuthAction.ts new file mode 100644 index 0000000..7864c28 --- /dev/null +++ b/src/shared/structs/oAuthAction.ts @@ -0,0 +1,4 @@ +export enum OAuthAction { + Login, + Bind +}