UNPKG

@terra-js/terra-kit

Version:

SDK for mobile bridge to offer unified method signatures for Android/iOS.

11 lines (10 loc) 204 B
export interface OrderType { title: string; status: string[]; } export interface ChangedOrderData { orderCode?: string; orderId?: string; oldStatus?: string; newStatus?: string; }