Interface

GuildData

Type

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

Properties

NameTypeDescription
idstring
ownerId?string
roles?APIRole[]