diff options
Diffstat (limited to 'jb-ui/src/api_fsb/index.ts')
| -rw-r--r-- | jb-ui/src/api_fsb/index.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/index.ts b/jb-ui/src/api_fsb/index.ts new file mode 100644 index 0000000..0801502 --- /dev/null +++ b/jb-ui/src/api_fsb/index.ts @@ -0,0 +1,18 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * General Research Full Service Brokerage API + * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + * + * The version of the OpenAPI document: 1.2.0 + * + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +export * from "./api"; +export * from "./configuration"; + |
