RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface RolePermissionData

    Raw role permission data structure as returned by the backend API.

    interface RolePermissionData {
        name: string;
        nodes: string[];
        roleId: string;
    }
    Index

    Properties

    Properties

    name: string

    The readable name of the role.

    nodes: string[]

    Array of permission nodes assigned to this role.

    roleId: string

    The unique Discord Role ID.