Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

ClientInfo

The client data for the manager.

API/Interfaces/ClientInfo
hoshimi/src/types/Manager.d.ts

Signature

export interface ClientInfo extends Record<string | number | symbol, unknown>

Properties

2
idusername

Methods

0

No methods.

Properties

id#
id: string;

The id of the client.

@type{string}
username#
username?: string;

The username of the client.

@type{string}