/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type FlowMintedResult = { /** * Transaction ID */ txId?: string; /** * ID of the minted token */ tokenId?: number; }