Type Alias GetDiExportProjectVariablesRsp

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

Properties

nameToIdMap?: Record<string, string>
variables?: Record<string, string>