@droppii-org/chat-sdk
Version:
Droppii React Chat SDK
10 lines • 423 B
TypeScript
import { UpdateSessionResponse } from "../../types/dto";
interface UpdateSessionParams {
sessionId: string;
status?: string;
tag?: string;
}
export declare const useUpdateSession: () => import("@tanstack/react-query").UseMutationResult<any, Error, UpdateSessionParams, unknown>;
export declare const updateSession: (data: UpdateSessionResponse) => void;
export {};
//# sourceMappingURL=useUpdateSession.d.ts.map