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

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

export type TransactionPayload_ModuleBundlePayload = ({
    type: string;
} & ModuleBundlePayload);

