type alias AvatarStatus

Definition

"online" | "offline" | "busy" | "away"

Usage

import { type AvatarStatus } from ".";