export interface PushNotificationItem {
    pushId: string;
    token: string;
    platformType: number;
}
