parent
703e05e33d
commit
8633bf3e53
|
|
@ -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