Interface UriLinksListResponse

Response from listing URI links.

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

Properties

Properties

guildId: string
links: UriLink[]
ok: boolean