Interface TenantProjectVariable

Hierarchy

  • TenantProjectVariable

Properties

ProjectId: string
ProjectName: string
Variables: {
    [environmentId: string]: {
        [variableId: string]: PropertyValue;
    };
}

Type declaration

Generated using TypeDoc