AppIdentity: { isAppIdentity(props) => props is AppIdentity; suffixText(appIdentity,
text) => string; taggedConstruct<T>(appIdentity,
construct) => T; }
Type declaration
-
isAppIdentity:function
-
suffixText:function
- suffixText(appIdentity, text): string
-
Returns string
-
taggedConstruct:function
- taggedConstruct<T>(appIdentity, construct): T
-
Returns T