export interface FieldsType { actualFee: string; payPrefixIcon?: string; payPrefix?: string; buyer?: string; paySuffix?: string; timePrefixIcon: string; timePrefix?: string; time?: string; timeSuffix?: string; } export interface PaymentStatusProps { fields: FieldsType; }