/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type PayLightningInvoiceRequest = {
    /**
     * The BOLT11 of the invoice to pay
     */
    BOLT11?: string;
}
