Represents a group of roles in a service.

0.4.0

interface PresetSections {
    roles: Role[];
    name?: string;
}

Properties

Properties

roles: Role[]

The roles in the preset section.

name?: string

The name of the preset section.