Skip to content

Commit f2994e0

Browse files
author
Mufti Azan Farooqi
committed
chore(users): remove roles
1 parent 40f6124 commit f2994e0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/services/user.types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ export type UserResponse = {
2828
allowCustomerPortalAccess: boolean;
2929
/** Role of the user */
3030
role?: string;
31-
/** */
32-
roles?: string[];
3331
/** Date of last login */
3432
lastLoginAt?: string;
3533
/** Time when user was last active */

0 commit comments

Comments
 (0)