export type FcmDeviceInfo = { deviceToken: string | null; devicePlatform: string | null; };