import type { ResourceRequest } from '@luvio/engine'; export interface MockPayload { id: string; networkArgs: Omit; data: string; }