Type alias WhoNowResponse

WhoNowResponse: BaseResponse & {
    nextPage: string;
    occupants: UserState[];
    totalOccupancy: number;
}

Type declaration

  • nextPage: string
  • occupants: UserState[]
  • totalOccupancy: number