import { IPersonalization } from './Personalization'; import { ISocialFeed } from './SocialFeed'; export interface ITintsWithSocialsAndPersonalization { included: Array; } export interface ITints { data: { id: string; type: string; links: { [key: string]: string; }; attributes: { name: string; slug: string; realtime: boolean; }; }; }