GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ManagerSpawnShards

API/Type Aliases/ManagerSpawnShards
seyfert/lib/websocket/discord/workermanager.d.ts

Signature

export type ManagerSpawnShards = CreateManagerMessage<'SPAWN_SHARDS', Pick<ShardOptions, 'info' | 'properties' | 'compress'>>;

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.