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

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

export type Signature_string_HexEncodedBytes_ = ({
    type: string;
} & HexEncodedBytes);

