All the fields associated with the person/service account that wrote a Remote Config template.
Signature:
export interface ConfigUser
Properties
Property | Type | Description |
---|---|---|
string | Email address. | |
imageUrl | string | Image URL. |
name | string | Display name. |
remoteConfig.ConfigUser.email
Email address.
Signature:
email: string;
remoteConfig.ConfigUser.imageUrl
Image URL.
Signature:
imageUrl: string;
remoteConfig.ConfigUser.name
Display name.
Signature:
name: string;