Skip to main content

Type Alias: IClientBaseConfig

type IClientBaseConfig: object & IRPCClientConfig;

The client configuration that is shared between public and private clients.

Type declaration

shardId?

optional shardId: number;

The ID of the shard with which the client interacts.

Example

1

Defined

@nilfoundation/niljs/src/clients/types/Configs.ts:20