export type User = { id: string; fullName: string; userProfile?: string; avatarUrl?: string; }; //# sourceMappingURL=user.d.ts.map