export interface FcmTokenPayload { id: string; fcm_token: string; } export interface FcmTokenResponse { status: boolean; message: string; }