UserInfoTypes

interface UserInfoSetting {
  [key: string]: any;
}

Last updated