@camunda8/sdk
    Preparing search index...

    Interface DeployResourceResponse<T>

    interface DeployResourceResponse<T> {
        deployments: T[];
        key: string;
        tenantId: string;
    }

    Type Parameters

    • T
    Index

    Properties

    deployments: T[]

    a list of deployed resources, e.g. processes

    key: string

    the unique key identifying the deployment

    tenantId: string

    the tenant id of the deployed resources