FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
11
node_modules/svix/dist/models/integrationOut.d.ts
generated
vendored
Normal file
11
node_modules/svix/dist/models/integrationOut.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export interface IntegrationOut {
|
||||
createdAt: Date;
|
||||
featureFlags?: string[];
|
||||
id: string;
|
||||
name: string;
|
||||
updatedAt: Date;
|
||||
}
|
||||
export declare const IntegrationOutSerializer: {
|
||||
_fromJsonObject(object: any): IntegrationOut;
|
||||
_toJsonObject(self: IntegrationOut): any;
|
||||
};
|
||||
Reference in New Issue
Block a user