import { ApprovalType } from './ApprovalType'; export interface SellerApprovalRule { OwnerID?: string; ApprovalType: ApprovalType; ID?: string; Name?: string; Description?: string; ApprovingGroupID: string; RuleExpression: string; xp?: TSellerApprovalRuleXp; }