ManagerAllowConnect
Signature
export type ManagerAllowConnect = CreateManagerMessage<'ALLOW_CONNECT', { shardId: number; presence?: GatewayPresenceUpdateData;}>;Private types
CreateManagerMessageTypeAlias
type CreateManagerMessage<T extends string, D extends object = object> = { type: T;} & D;Members
This export does not declare public properties or methods in the generated declaration file.