UNPKG

@xomlo/xomlo-sdk

Version:

6 lines (5 loc) 91 B
export interface Payload<T> { runId: string; bucketName: string; payload: T; }