import { ShownPrice } from "~/types"; export class RelationsOrderPortalSettings { maxShownPrice: ShownPrice = ShownPrice.Net; canAccessAllItems = false; }