Interface UriLinkRevokeResponse

Response from revoking a URI link.

interface UriLinkRevokeResponse {
    guildId: string;
    id: string;
    links: UriLink[];
    ok: boolean;
}

Properties

Properties

guildId: string
id: string
links: UriLink[]
ok: boolean