Parameter interface for MPUserRole.

Export

MPUserRoleParams

interface MPUserRoleParams {
    id: string;
    name: string;
}

Properties

Properties

id: string

The id of the user role.

name: string

The name of the user role.

Generated using TypeDoc