interface RequestTypeGroup {
    id?: string;
    name?: string;
}

Properties

Properties

id?: string

ID of the request type group

name?: string

Name of the request type group.