Interface ShardArchiveEntryResponse

Single archive entry with source metadata.

interface ShardArchiveEntryResponse {
    entry: ArchiveEntry;
    guildId: string;
    ok: boolean;
    source: string;
}

Properties

Properties

guildId: string
ok: boolean
source: string