Repository URL to install this package:
import { ApprovalProps as ApprovalPlaceholderProps } from 'abstractions/B2B/Approval'; export interface ApprovalProps extends ApprovalPlaceholderProps { isPurchaseOrder?: boolean; }