interface UserWatch {
    watching: boolean;
}

Hierarchy

  • Record<string, unknown>
    • UserWatch

Properties

Properties

watching: boolean