UNPKG

@dugongjs/cli

Version:

3 lines (2 loc) 229 B
import type { IAggregateQueryService } from "@dugongjs/core"; export declare function useAggregateIds(adapter: IAggregateQueryService | null, type: string | null): import("@tanstack/react-query").UseQueryResult<string[], Error>;