UNPKG

cannoli-interfaces

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