Documentation
Preparing search index...
ts-engine/src
ApplicationExposureResponse
Interface ApplicationExposureResponse
interface
ApplicationExposureResponse
{
createdAtTimestamp
:
number
;
exposureName
:
string
;
fieldValues
:
ApplicationFieldValues
;
id
:
string
;
status
:
ACTIVITY_STATUS
;
}
Hierarchy
Pick
<
BaseObject
<
APPLICATION_EXPOSURE_RESPONSE
,
ACTIVITY_STATUS
>
,
"id"
|
"status"
|
"createdAtTimestamp"
,
>
ApplicationExposureResponse
Index
Properties
created
At
Timestamp
exposure
Name
field
Values
id
status
Properties
created
At
Timestamp
createdAtTimestamp
:
number
exposure
Name
exposureName
:
string
field
Values
fieldValues
:
ApplicationFieldValues
id
id
:
string
status
status
:
ACTIVITY_STATUS
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
Timestamp
exposure
Name
field
Values
id
status
Documentation
Loading...