interface RolePosition {
    position: number;
    role: RoleResolvable;
}

Properties

Properties

position: number