{"version":3,"file":"js/app/models/auth/types.ts.6a213165.js","mappings":"wFAAO,IAAKA,E,iBAAZ,SAAYA,GACVA,EAAA,6BACAA,EAAA,+BACAA,EAAA,4BACD,CAJD,CAAYA,IAAAA,EAAc,I","sources":["webpack://NX/./src/models/auth/types.ts"],"sourcesContent":["export enum AuthActionType {\n UserLogin = '⌘➝Auth➝UserLogin',\n UserLogout = '⌘➝Auth➝UserLogout',\n UserToken = '⌘➝Auth➝UserToken'\n}\n\nexport interface AuthModel {\n userData: unknown\n userToken: string\n}\n\nexport type AuthAction = {\n data: Record\n type: AuthActionType.UserLogout\n} | {\n data: string\n type: AuthActionType.UserToken\n} | {\n data: unknown\n type: AuthActionType.UserLogin\n};\n"],"names":["AuthActionType"],"sourceRoot":""}