UNPKG

lightrail-client

Version:
9 lines (8 loc) 265 B
import { LightrailResponse } from "../LightrailResponse"; import { Transaction } from "../../model"; export interface CapturePendingParams { id: string; metadata?: object; } export interface CapturePendingResponse extends LightrailResponse<Transaction> { }