UNPKG

@snapp-store/snapp-box-sdk

Version:
20 lines (19 loc) 439 B
export declare type Terminal2 = { id: number; contactName: string; address: string; contactPhoneNumber: string; plate: string; sequenceNumber: number; unit: string; comment: string; latitude: number; longitude: number; type: string; collectCash: string; paymentType: string; cashOnPickup: number; cashOnDelivery: number; isHub: string | null; vendorId: string | null; };