Interface DeployResourceResponse<T>

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

Type Parameters

  • T

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

Generated using TypeDoc