UNPKG

@cotofe/service-of-usercenter

Version:

OpenAPI client for @cotofe/service-of-usercenter

29 lines (28 loc) 904 B
/** * 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 { ResponseClassBoolean } from '../models/index'; import * as runtime from '../runtime'; /** * */ export declare class AdminControllerApi extends runtime.BaseAPI { /** * * syncUserToAgentSwarm */ syncUserToAgentSwarmUsingPOSTRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ResponseClassBoolean>>; /** * * syncUserToAgentSwarm */ syncUserToAgentSwarmUsingPOST(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ResponseClassBoolean>; }