UNPKG

@c8y/client

Version:

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

7 lines 224 B
export interface IUploadParamsOverride { listUrl: string; headers: Record<string, string>; bodyFileProperty: string; requestBody: Record<string, unknown>; } //# sourceMappingURL=IUploadParamsOverride.d.ts.map