core/apps/webapp/app/services/authUser.ts
Harshith Mullapudi 060668e8c0 Fix: echo v2
2025-05-27 23:12:05 +05:30

4 lines
46 B
TypeScript

export type AuthUser = {
userId: string;
};