import type { Structured } from './structured'; export interface RemittanceInformation { structured?: Structured; unstructured?: string; }