Interface EditRolePositionsEntry

interface EditRolePositionsEntry {
    id: string;
    position?: null | number;
}

Properties

Properties

id: string

The ID of the role to move.

position?: null | number

The position to move the role to.