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