1
0

feat: use getter and helper in other components as well

This commit is contained in:
Dominik Pschenitschni
2022-10-16 19:36:50 +02:00
parent c4d7f6fdfa
commit 9de20b4c54
3 changed files with 10 additions and 14 deletions

View File

@ -7,7 +7,7 @@ export const AUTH_TYPES = {
'LINK_SHARE': 2,
} as const
type AuthType = typeof AUTH_TYPES[keyof typeof AUTH_TYPES]
export type AuthType = typeof AUTH_TYPES[keyof typeof AUTH_TYPES]
export interface IUser extends IAbstract {
id: number