Variable $AboutUserMsgVpnResponseConst
$AboutUserMsgVpnResponse: {
properties: {
data: {
type: "AboutUserMsgVpn";
};
links: {
type: "AboutUserMsgVpnLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
type: "AboutUserMsgVpn";
};
links: {
type: "AboutUserMsgVpnLinks";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
type: "AboutUserMsgVpn";
}
-
links: {
type: "AboutUserMsgVpnLinks";
}
-
type: "AboutUserMsgVpnLinks"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"