Interface: SubscriptionResponse¶
Defined in: lib/types.ts:203
User subscription to fire alerts for a zone.
SubscriptionResponse
Extends¶
Properties¶
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
_links? |
HATEOASLink[] |
Navigation and action links (optional) | BaseHATEOASResponse._links |
lib/types.ts:43 |
@context? |
Record\<string, string> |
- | BaseHATEOASResponse.@context |
lib/types.ts:42 |
current_risk |
number | null |
Current risk score in zone or null | - | lib/types.ts:207 |
geohash |
string |
Subscribed zone geohash | - | lib/types.ts:204 |
message |
string |
Status message | - | lib/types.ts:206 |
status |
"active" | "pending" |
Subscription activation status | - | lib/types.ts:205 |