Interface ShardArchiveListResponse

Paginated list of archive entries.

interface ShardArchiveListResponse {
    entries: ArchiveEntry[];
    guildId: string;
    ok: boolean;
    total: number;
}

Properties

Properties

entries: ArchiveEntry[]
guildId: string
ok: boolean
total: number