UNPKG

hyper-sdk-types

Version:
11 lines (9 loc) 185 B
import type { Service } from "./Service"; export interface ProcessPayload { requestId: string; service: Service; betaAssets: boolean; payload: { [key: string]: any; }; }