Interface
ShardClientUtilOptions
Properties
| Name | Type | Description |
|---|---|---|
| client | { options: Record<string, unknown>; login: (token: string, options?: { signal?: AbortSignal }) => Promise<string>; on: (event: string, listener: (...args: unknown[]) => void) => unknown; emit: (event: string, ...args: unknown[]) => boolean; [key: string]: unknown; } | The Client instance in this child process. Typed loosely so @fluxerjs/core remains a peer dependency. |