Structures

The structures of the Hoshimi classes.

Signature

export declare const Structures: StructureFactories;

Private types

StructureFactoriesInterface
interface StructureFactories {    Player(...args: ConstructorParameters<typeof Player>): PlayerStructure;    Rest(...args: ConstructorParameters<typeof Rest>): RestStructure;    Node(...args: ConstructorParameters<typeof Node>): NodeStructure;    Queue(...args: ConstructorParameters<typeof Queue>): QueueStructure;    LyricsManager(...args: ConstructorParameters<typeof LyricsManager>): LyricsManagerStructure;    NodeManager(...args: ConstructorParameters<typeof NodeManager>): NodeManagerStructure;    FilterManager(...args: ConstructorParameters<typeof FilterManager>): FilterManagerStructure;    Track(...args: ConstructorParameters<typeof Track>): TrackStructure;    UnresolvedTrack(...args: ConstructorParameters<typeof UnresolvedTrack>): UnresolvedTrackStructure;    PlayerVoiceState(...args: ConstructorParameters<typeof PlayerVoiceState>): PlayerVoiceStateStructure;    PlayerStorageAdapter(...args: ConstructorParameters<typeof PlayerStorageAdapter>): PlayerStorageAdapterStructure;}

Members

This export does not declare public properties or methods in the generated declaration file.