Repository URL to install this package:
Version:
0.9.6 ▾
|
import { OrderProps as OrderPlaceholderProps } from 'abstractions/Order/typings'
export interface OrderPresetProps extends OrderPlaceholderProps {
isSubscriptionItem?: boolean
}