UNPKG

hydrogen-sanity

Version:
6 lines (3 loc) 197 B
import type {WithCache} from '@shopify/hydrogen' export type CacheActionFunctionParam = Parameters<Parameters<WithCache['run']>[1]>[0] export type WaitUntil = (promise: Promise<unknown>) => void