Interface ShardMetricsResponse

Shard performance metrics (structure varies by shard version).

interface ShardMetricsResponse {
    guildId: string;
    ok: boolean;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

guildId: string
ok: boolean