export interface xPushNotificationSettings {
    projectId: string;
    clientEmail: string;
    privateKey: string;
}
