Interface GETGuildResponse

interface GETGuildResponse {
    server: APIGuild;
}

Properties

Properties

server: APIGuild