UNPKG

@c8y/client

Version:

Client application programming interface to access the Cumulocity IoT-Platform REST services.

8 lines 280 B
export interface IUploadParamsOverride { listUrl?: string; headers?: Record<string, string>; bodyFileProperty?: string; requestBody?: Record<string, unknown>; queryParams?: Record<string, string | boolean>; } //# sourceMappingURL=IUploadParamsOverride.d.ts.map