Type Alias UpdateDiExportProjectVariablesReq

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