export type User = { id: string; name?: string; avatar?: any; isSubscriber: boolean; };