Explorar o código

feat(types): enterprise

qinlaiqiao %!s(int64=5) %!d(string=hai) anos
pai
achega
02917ff078
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      types/src/interface/enterprise.ts

+ 6 - 0
types/src/interface/enterprise.ts

@@ -1,3 +1,9 @@
+export enum Relationship {
+  ADMIN = 'admin',
+  STAFF = 'staff',
+  IRRELEVANT = 'irrelevant',
+}
+
 export interface IMember {
   userID: string;
   memberName: string;