Type alias GetWebPushCertificateValueUpdateSerialOperationsParam

GetWebPushCertificateValueUpdateSerialOperationsParam: {
    deep: DeepClient;
    webPushCertificate: string;
} & ({
    webPushCertificateLinkId: number;
} | {
    webPushCertificateLink: Link<number>;
})

Type declaration

  • deep: DeepClient

    DeepClient

  • webPushCertificate: string

    WebPushCertificate

Generated using TypeDoc