mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-22 09:10:02 +02:00
Updating frontend code
This commit is contained in:
parent
a29878cbc1
commit
3b6a1d2d4f
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"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user