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