Documentation
    Preparing search index...
    type MobileSubscription = {
        deviceId: string;
        token: string;
        type: "fcm-push" | "apns-push";
    }
    Index

    Properties

    Properties

    deviceId: string
    token: string
    type: "fcm-push" | "apns-push"