MCPcopy Create free account
hub / github.com/dailydotdev/apps / ActionQueryData

Interface ActionQueryData

packages/shared/src/hooks/useActions.ts:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface ActionQueryData {
18 actions: Action[];
19 serverLoaded: boolean;
20}
21
22export const useActions = (): UseActions => {
23 const client = useQueryClient();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected