Variable $OauthProfileClientAllowedHostsResponseConst
$OauthProfileClientAllowedHostsResponse: {
properties: {
data: {
contains: {
type: "OauthProfileClientAllowedHost";
};
type: "array";
};
links: {
contains: {
type: "OauthProfileClientAllowedHostLinks";
};
type: "array";
};
meta: {
isRequired: true;
type: "SempMeta";
};
};
} = ...
Type declaration
-
properties: {
data: {
contains: {
type: "OauthProfileClientAllowedHost";
};
type: "array";
};
links: {
contains: {
type: "OauthProfileClientAllowedHostLinks";
};
type: "array";
};
meta: {
isRequired: true;
type: "SempMeta";
};
}
-
data: {
contains: {
type: "OauthProfileClientAllowedHost";
};
type: "array";
}
-
contains: {
type: "OauthProfileClientAllowedHost";
}
-
type: "OauthProfileClientAllowedHost"
-
type: "array"
-
links: {
contains: {
type: "OauthProfileClientAllowedHostLinks";
};
type: "array";
}
-
contains: {
type: "OauthProfileClientAllowedHostLinks";
}
-
type: "OauthProfileClientAllowedHostLinks"
-
type: "array"
-
meta: {
isRequired: true;
type: "SempMeta";
}
-
isRequired: true
-
type: "SempMeta"