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

import type { FeePayerSignature } from './FeePayerSignature';

export type TransactionSignature_FeePayerSignature = ({
    type: string;
} & FeePayerSignature);

