FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
12
node_modules/svix/dist/models/backgroundTaskFinishedEvent2.d.ts
generated
vendored
Normal file
12
node_modules/svix/dist/models/backgroundTaskFinishedEvent2.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { type BackgroundTaskStatus } from "./backgroundTaskStatus";
|
||||
import { type BackgroundTaskType } from "./backgroundTaskType";
|
||||
export interface BackgroundTaskFinishedEvent2 {
|
||||
data: any;
|
||||
status: BackgroundTaskStatus;
|
||||
task: BackgroundTaskType;
|
||||
taskId: string;
|
||||
}
|
||||
export declare const BackgroundTaskFinishedEvent2Serializer: {
|
||||
_fromJsonObject(object: any): BackgroundTaskFinishedEvent2;
|
||||
_toJsonObject(self: BackgroundTaskFinishedEvent2): any;
|
||||
};
|
||||
Reference in New Issue
Block a user