Variable $DmrClusterLinksResponseConst
$DmrClusterLinksResponse: {
properties: {
data: {
contains: {
type: "DmrClusterLink";
};
type: "array";
};
links: {
contains: {
type: "DmrClusterLinkLinks";
};
type: "array";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
contains: {
type: "DmrClusterLink";
};
type: "array";
};
links: {
contains: {
type: "DmrClusterLinkLinks";
};
type: "array";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
contains: {
type: "DmrClusterLink";
};
type: "array";
}
-
contains: {
type: "DmrClusterLink";
}
-
type: "array"
-
links: {
contains: {
type: "DmrClusterLinkLinks";
};
type: "array";
}
-
contains: {
type: "DmrClusterLinkLinks";
}
-
type: "DmrClusterLinkLinks"
-
type: "array"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"