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

    Type Alias GroupCreateResult

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

    Properties

    description: string | null

    The description of the created group.

    groupId: string

    The ID of the created group.

    name: string

    The display name of the created group.