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