export interface Twitter { card?: string; creator?: string; description?: string; image?: string; site?: string; title?: string; url?: string; }