import { OrderPortalUserType } from "../types/orderPortalUserType"; import { Guid } from ".."; export declare class OrderPortalUser { publicId: Guid; inHandelUserId: Guid; userType: OrderPortalUserType; } //# sourceMappingURL=orderPortalUser.d.ts.map