UserInfoCtorParams: {
    contacts?: UserInfoContact[];
    department?: string | null;
    id: string;
    info?: IStorage | null;
    name?: string | null;
    position?: string | null;
}

Type declaration

  • Optionalcontacts?: UserInfoContact[]
  • Optionaldepartment?: string | null
  • id: string
  • Optionalinfo?: IStorage | null
  • Optionalname?: string | null
  • Optionalposition?: string | null
MMNEPVFCICPMFPCPTTAAATR