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

    Interface UserPermissionData

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

    interface UserPermissionData {
        discordId: string;
        nodes: string[];
    }
    Index

    Properties

    Properties

    discordId: string

    The unique Discord ID of the user.

    nodes: string[]

    Array of permission nodes assigned directly to this user.