UNPKG

@droppii-org/chat-sdk

Version:

Droppii React Chat SDK

9 lines 421 B
import { ISessionResponse } from "../../types/dto"; interface GetListSessionParams { conversationId: string; page?: number; pageSize?: number; } export declare const useGetListSessionByConversation: ({ conversationId, page, pageSize, }: GetListSessionParams) => import("@tanstack/react-query").UseQueryResult<ISessionResponse[], Error>; export {}; //# sourceMappingURL=useGetListSessionByConversation.d.ts.map