Type Alias GuildErrorPermissionReport

GuildErrorPermissionReport: {
    channelId?: string;
    has: string[];
    hierarchyBlocked?: boolean;
    missing: string[];
    required: string[];
    roleId?: string;
    scope: "channel" | "role";
}