/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * transactionId: "561b77ed-6e35-4248-87ef-c6af93f3bad9" * } */ export interface SendTransactionResponse { transactionId: string; }