Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
apollo-cache-persist
/
Filename :
onCacheWrite.d.ts
back
Copy
import { ApolloCache } from 'apollo-cache'; export interface TriggerFunctionConfig<T> { cache: ApolloCache<T>; } declare const _default: <T>({cache}: TriggerFunctionConfig<T>) => (persist: () => void) => () => void; export default _default;