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