Interface PushConfig

interface PushConfig {
    jid: string;
    token: string;
    type: "apn" | "fcm" | "ms-teams" | "web-push";
}

Properties

Properties

jid: string
token: string
type: "apn" | "fcm" | "ms-teams" | "web-push"