UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

9 lines (7 loc) 150 B
type PurchasingExtras = { stepA: string; stepB: string; currency: string; currencyAmount: number; } export default PurchasingExtras;