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