@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GroupResult

    Group search response item.

    type GroupResult = {
        description?: string;
        groupId?: string;
        name?: string;
    }
    Index

    Properties

    description?: string

    The group description.

    groupId?: string

    The group ID.

    name?: string

    The group name.