Type alias NERoomsAccountInfo

NERoomsAccountInfo: {
    appKey: string;
    userToken: string;
    userUuid: string;
}

Type declaration

  • appKey: string
  • userToken: string
  • userUuid: string