Typo
parent
0b440d649e
commit
3e33913689
|
|
@ -41,7 +41,7 @@ export interface LibreCcmApiClient {
|
|||
*/
|
||||
put(
|
||||
endpoint: string,
|
||||
body: unknown,
|
||||
body: RequestBody,
|
||||
searchParams?: Record<string, string>
|
||||
): Promise<ApiResponse>;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue