Interface

GuildData

Type

Partial<APIGuild> & { id: string; roles?: APIRole[]; ownerId?: string; }

Properties

id: string
ownerId?: string
roles?: APIRole[]