@nestjs-mod/files-afat
Version:
Files UI components and tools for AFAT (Angular, Formly, Antd, Transloco) and rest-sdk for work with backend of this module from Angular appliaction
22 lines (21 loc) • 862 B
TypeScript
/**
*
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { HttpHeaders, HttpParams, HttpParameterCodec } from '@angular/common/http';
import { FilesRestClientConfiguration } from './configuration';
export declare class BaseService {
protected basePath: string;
defaultHeaders: HttpHeaders;
configuration: FilesRestClientConfiguration;
encoder: HttpParameterCodec;
constructor(basePath?: string | string[], configuration?: FilesRestClientConfiguration);
protected canConsumeForm(consumes: string[]): boolean;
protected addToHttpParams(httpParams: HttpParams, value: any, key?: string): HttpParams;
protected addToHttpParamsRecursive(httpParams: HttpParams, value?: any, key?: string): HttpParams;
}