Variable $OauthProfileClientAllowedHostResponseConst 
 
$OauthProfileClientAllowedHostResponse: { 
    properties: { 
        data: { 
            type: "OauthProfileClientAllowedHost"; 
        }; 
        links: { 
            type: "OauthProfileClientAllowedHostLinks"; 
        }; 
        meta: { 
            isRequired: true; 
            type: "SempMeta"; 
        }; 
    }; 
} = ...
Type declaration
- 
properties: { 
 data: {
 type: "OauthProfileClientAllowedHost";
 };
 links: {
 type: "OauthProfileClientAllowedHostLinks";
 };
 meta: {
 isRequired: true;
 type: "SempMeta";
 };
 }
- 
data: { 
 type: "OauthProfileClientAllowedHost";
 }
- 
type: "OauthProfileClientAllowedHost"
 
- 
links: { 
 type: "OauthProfileClientAllowedHostLinks";
 }
- 
type: "OauthProfileClientAllowedHostLinks"
 
- 
meta: { 
 isRequired: true;
 type: "SempMeta";
 }
- 
isRequired: true
- 
type: "SempMeta"