feat: use getter and helper in other components as well
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user