FRE-709: Document duplicate recovery wake - FRE-635 already recovered via FRE-708
This commit is contained in:
15
node_modules/svix/src/models/docusignConfigOut.ts
generated
vendored
Normal file
15
node_modules/svix/src/models/docusignConfigOut.ts
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// this file is @generated
|
||||
|
||||
// biome-ignore-all lint/suspicious/noEmptyInterface: backwards compat
|
||||
|
||||
export interface DocusignConfigOut {}
|
||||
|
||||
export const DocusignConfigOutSerializer = {
|
||||
_fromJsonObject(_object: any): DocusignConfigOut {
|
||||
return {};
|
||||
},
|
||||
|
||||
_toJsonObject(_self: DocusignConfigOut): any {
|
||||
return {};
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user