Interface: GuildsPermissionsResourceResponse


# Interface: GuildsPermissionsResourceResponse

Components.Schemas.GuildsPermissionsResourceResponse

# Properties

# lastUpdated

lastUpdated: number

Unix timestamp this resource was last updated.

Defined in: types/api.ts:364 (opens new window)


# permissions

permissions: { en_us: { description: string ; item: { name: string } ; name: string } }[]

Defined in: types/api.ts:365 (opens new window)


# success

success: boolean

Whether or not the request succeeded.

Defined in: types/api.ts:360 (opens new window)