export interface Profile { ProfileId: number | null; ProfileName: string; HasProfilesId?: string; }