mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-01-21 20:02:28 +01:00
Updating frontend code
This commit is contained in:
7
frontend/index.ts
Normal file
7
frontend/index.ts
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
export { ApiError } from './src/ApiError';
|
||||||
|
export { ApiRequestOptions } from './src/ApiRequestOptions';
|
||||||
|
export { ApiResult } from './src/ApiResult';
|
||||||
|
export { CancelError, CancelablePromise, OnCancel } from './src/CancelablePromise';
|
||||||
|
export { OpenAPI } from './src/OpenAPI';
|
||||||
|
export type { OpenAPIConfig } from './src/OpenAPI';
|
||||||
|
export { request } from './src/request';
|
||||||
@@ -5,8 +5,9 @@
|
|||||||
"author": "Mose Müller <mosmuell@ethz.ch>",
|
"author": "Mose Müller <mosmuell@ethz.ch>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./frontend"
|
".": "./frontend/index.ts"
|
||||||
},
|
},
|
||||||
|
"types": "./frontend/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user