Type alias CacheUpdateGetter<Options, Data>
CacheUpdateGetter<Options, Data>: ((customerId,
options,
response) => CacheUpdate)
Type declaration
-
- (customerId, options, response): CacheUpdate
-
Parameters
-
customerId: string | null
-
options: Options
-
response: Data
Generates a collection of cache updates to make for a given request.