FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
7
node_modules/svix/dist/models/operationalWebhookEndpointSecretOut.d.ts
generated
vendored
Normal file
7
node_modules/svix/dist/models/operationalWebhookEndpointSecretOut.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface OperationalWebhookEndpointSecretOut {
|
||||
key: string;
|
||||
}
|
||||
export declare const OperationalWebhookEndpointSecretOutSerializer: {
|
||||
_fromJsonObject(object: any): OperationalWebhookEndpointSecretOut;
|
||||
_toJsonObject(self: OperationalWebhookEndpointSecretOut): any;
|
||||
};
|
||||
Reference in New Issue
Block a user