ClientInfoThe client data for the manager.API/Interfaces/ClientInfohoshimi/src/types/Manager.d.tsSignatureexport interface ClientInfo extends Record<string | number | symbol, unknown>Properties2idusernameMethods0No methods.Propertiesid#id: string;The id of the client.@type{string}username#username?: string;The username of the client.@type{string}