@cotofe/service-of-model
Version:
OpenAPI client for @cotofe/service-of-model
29 lines (28 loc) • 983 B
TypeScript
/**
* Platform
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import type { ResponseClassListAvailableOnPremiseResource } from '../models/index';
import * as runtime from '../runtime';
/**
*
*/
export declare class ModelResourceApi extends runtime.BaseAPI {
/**
* on-premise
* on-premise
*/
availableOnPremiseResourceUsingGETRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResponseClassListAvailableOnPremiseResource>>;
/**
* on-premise
* on-premise
*/
availableOnPremiseResourceUsingGET(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResponseClassListAvailableOnPremiseResource>;
}