UNPKG

hyper-sdk-types

Version:
9 lines (7 loc) 140 B
import type { Service } from "./Service"; export interface PreFetchPayload { service: Service; payload: { clientId: string; }; }