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

    Type Alias AgentInstanceObjectContent

    Object content

    An arbitrary structured content block.

    type AgentInstanceObjectContent = {
        contentType: string;
        object: { [key: string]: unknown };
    }
    Index

    Properties

    Properties

    contentType: string

    The content type discriminator.

    object: { [key: string]: unknown }

    Arbitrary structured content.