UNPKG

autumn-js

Version:
12 lines (9 loc) 617 B
import * as _tanstack_react_query from '@tanstack/react-query'; import { a as ListPlansList } from '../list-plans-op-DvXyRegM.mjs'; import { t as ClientListPlansParams } from '../params-Bf18ATYi.mjs'; import { AutumnClientError } from '../client/AutumnClientError.mjs'; import { HookParams } from './types.mjs'; import '../plan-CUExbmy9.mjs'; type UseListPlansParams = HookParams<ClientListPlansParams, ListPlansList[]>; declare const useListPlans: (params?: UseListPlansParams) => _tanstack_react_query.UseQueryResult<NoInfer<ListPlansList[]>, AutumnClientError>; export { type UseListPlansParams, useListPlans };