UNPKG

@data-client/core

Version:

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

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