Type Alias GetDiExportProjectVariablesRsp

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

Properties

Properties

variables?: Record<string, string>