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