UNPKG

rx-query

Version:
4 lines (3 loc) 320 B
export declare function mutateOptimistic<Result = unknown>(key: string, data: Result | ((current: Result) => Result)): void; export declare function mutateSuccess<Result = unknown>(key: string, data?: Result | ((current: Result) => Result)): void; export declare function mutateError(key: string, error: unknown): void;