UNPKG

@data-client/core

Version:

Async State Management without the Management. REST, GraphQL, SSE, Websockets, Fetch

6 lines 323 B
import type { EndpointInterface } from '@data-client/normalizr'; import type { InvalidateAction } from '../../types.js'; export declare function createInvalidate<E extends EndpointInterface>(endpoint: E, { args }: { args: readonly [...Parameters<E>]; }): InvalidateAction; //# sourceMappingURL=createInvalidate.d.ts.map