Type Alias GetDiExportProjectVariablesRsp

type GetDiExportProjectVariablesRsp = {
    nameToIdMap?: Record<string, string>;
    variables?: Record<string, string>;
}
Index
nameToIdMap?: Record<string, string>
variables?: Record<string, string>