mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-15 16:27:12 +02:00
Adding nodejs package
This commit is contained in:
10
frontend/openapicore/ApiResult.ts
Normal file
10
frontend/openapicore/ApiResult.ts
Normal file
@ -0,0 +1,10 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
export type ApiResult = {
|
||||
readonly url: string;
|
||||
readonly ok: boolean;
|
||||
readonly status: number;
|
||||
readonly statusText: string;
|
||||
readonly body: any;
|
||||
};
|
Reference in New Issue
Block a user