Interface ShardArchiveRestoreResponse

Result of restoring a deleted archive entry.

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

Indexable

  • [key: string]: unknown

Properties

Properties

guildId: string
ok: boolean
uid: string