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

    Type Alias GroupResult

    Group search response item.

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

    Properties

    description: string | null

    The group description.

    groupId: string

    The group ID.

    name: string

    The group name.