Takaro - v0.4.9
    Preparing search index...

    Interface RoleOutputDTO

    RoleOutputDTO

    interface RoleOutputDTO {
        createdAt: string;
        id: string;
        linkedDiscordRoleId?: string;
        name: string;
        permissions: PermissionOnRoleDTO[];
        system: boolean;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    RoleOutputDTO

    id: string

    RoleOutputDTO

    linkedDiscordRoleId?: string

    RoleOutputDTO

    name: string

    RoleOutputDTO

    permissions: PermissionOnRoleDTO[]

    RoleOutputDTO

    system: boolean

    RoleOutputDTO

    updatedAt: string

    RoleOutputDTO