import { OwnedGift } from './OwnedGift.generated'; export interface OwnedGifts { total_count: number; gifts: Array; next_offset?: string; }