Type Alias UpdateDiExportProjectVariablesReq

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

Properties

Properties

variables?: Record<string, string>