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

Interface ActionQueryData

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected