Former-commit-id: 3e33913689
restapi
Jens Pelzetter 2020-07-24 17:36:38 +02:00
parent 703e05e33d
commit 8633bf3e53
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>;
/**