Type alias GetPushNotificationValueUpdateSerialOperationsParam

GetPushNotificationValueUpdateSerialOperationsParam: {
    deep: DeepClient;
    pushNotification: PushNotificationInfo;
} & ({
    pushNotificationLinkId: number;
} | {
    pushNotificationLink: Link<number>;
})

Type declaration

Generated using TypeDoc