FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
9
node_modules/svix/dist/models/endpointUpdatedEvent.d.ts
generated
vendored
Normal file
9
node_modules/svix/dist/models/endpointUpdatedEvent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { type EndpointUpdatedEventData } from "./endpointUpdatedEventData";
|
||||
export interface EndpointUpdatedEvent {
|
||||
data: EndpointUpdatedEventData;
|
||||
type: string;
|
||||
}
|
||||
export declare const EndpointUpdatedEventSerializer: {
|
||||
_fromJsonObject(object: any): EndpointUpdatedEvent;
|
||||
_toJsonObject(self: EndpointUpdatedEvent): any;
|
||||
};
|
||||
Reference in New Issue
Block a user