import { Chat } from './Chat.generated'; import { ChatBoostSource } from './ChatBoostSource.generated'; export interface ChatBoostRemoved { chat: Chat; boost_id: string; remove_date: number; source: ChatBoostSource; }