import { Sticker } from './Sticker.generated'; import { Chat } from './Chat.generated'; export interface Gift { id: string; sticker: Sticker; star_count: number; upgrade_star_count?: number; total_count?: number; remaining_count?: number; publisher_chat?: Chat; }