export interface adPushStyleData {
    title: string;
    description: string;
    image: string;
    link: string;
}
