export interface SpaceInterface { id: number; bg: string; name: string; logo: string; slogan: string; description: string; url: string; contact: string; style: string; mch_id: number; } export interface SpaceMetaInterface { issue_amount: number; holders: number; activity_amount: number; } export interface ContactInterface { type: string; value: string; }