Interface GETGuildGroupsResponse

interface GETGuildGroupsResponse {
    groups: APIGuildGroup[];
}

Properties

Properties

groups: APIGuildGroup[]