UNPKG

@cotofe/service-of-system

Version:

OpenAPI client for @cotofe/service-of-system

32 lines (31 loc) 1.09 kB
/** * 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 * as runtime from '../runtime'; import type { CreateLogRequest, ResponseClass } from '../models/index'; export interface InnerLogModuleApiWriteLogsUsingPOSTRequest { createLogRequest?: CreateLogRequest; } /** * */ export declare class InnerLogModuleApi extends runtime.BaseAPI { /** * * writeLogs */ writeLogsUsingPOSTRaw(requestParameters: InnerLogModuleApiWriteLogsUsingPOSTRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResponseClass>>; /** * * writeLogs */ writeLogsUsingPOST(requestParameters?: InnerLogModuleApiWriteLogsUsingPOSTRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResponseClass>; }