interface PushStatusNotificationPayload {
    message?: string;
    sessionId: string;
}

Properties

Properties

message?: string
sessionId: string