import { User } from './User.generated'; export interface ChatBoostSourcePremium { source: string; user: User; }