rozod
    Preparing search index...

    Variable getPushNotificationsGetCurrentDeviceDestinationConst Api

    getPushNotificationsGetCurrentDeviceDestination: EndpointGeneric<
        { [key: string]: any },
        {
            destination: {
                application: string;
                name: string;
                notificationToken: string;
                platform:
                    | "ChromeOnDesktop"
                    | "AndroidNative"
                    | "FirefoxOnDesktop"
                    | "IOSNative"
                    | "AndroidAmazon"
                    | "IOSTencent"
                    | "AndroidTencentService"
                    | "IOSPushKit";
                supportsUpdateNotifications: boolean;
                user: { name: string; userId: number };
                userPushNotificationDestinationId: number;
            };
            statusMessage: string;
        },
        undefined,
    > = ...