UNPKG

cannoli-interfaces

Version:
11 lines (10 loc) 285 B
import { IIFoodHandshakeAmount } from "./i-ifood-handshake-amount"; export interface IIFoodHandshakeDisputeMetadataItem { id: string; uniqueId: string; externalCode: string; quantity: number; index: number; amount: IIFoodHandshakeAmount; reason?: string; }