Jens Pelzetter 2020-07-24 17:36:38 +02:00
parent 0b440d649e
commit 3e33913689
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export interface LibreCcmApiClient {
*/
put(
endpoint: string,
body: unknown,
body: RequestBody,
searchParams?: Record<string, string>
): Promise<ApiResponse>;
/**