import { Defaults } from ".."; export class MenuDomainUser { publicId: string = Defaults.Guid; name: string = Defaults.String; }