export interface AppInstallAlertData {
    title: string;
    sub_title: string;
    icon: string;
    position: "top" | "bottom";
}
