distype - v3.0.1
    Preparing search index...

    Interface PermissionsGuild

    Properties of an APIGuild that are relevant to permissions.

    interface PermissionsGuild {
        id: string;
        owner_id?: string;
        roles?: { id: string; permissions: string | number | bigint }[];
    }
    Index

    Properties

    Properties

    id: string
    owner_id?: string
    roles?: { id: string; permissions: string | number | bigint }[]