UNPKG

infinity-forge

Version:
8 lines (7 loc) 489 B
import { IEvaluationsProps } from "../component.js"; export declare function useInteractions(props: IEvaluationsProps): { interactionConfiguration: Required<import("../../../../index.js").QueryState<import("../../../client/swagger_client.js").InteractionConfigResponseApiResponse>>; data: import("../../../client/swagger_client.js").InteractionDetailResponseApiResponse; mutate: (params?: import("../../../../index.js").FetcherParams & any) => void; isLoading: boolean; };