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