Subscription Integration #503
Annotations
3 errors
Typecheck:
src/views/Home/AlertsMap/index.tsx#L257
Type '{ id: string; title: string; urgency: AlertInfoUrgencyEnum[] | undefined; severity: AlertInfoSeverityEnum[] | undefined; certainty: AlertInfoCertaintyEnum[] | undefined; country: string | undefined; admin1: string | undefined; }' is missing the following properties from type 'UserAlertSubscriptionInput': alertFilters, name
|
Typecheck:
src/views/Home/AlertsTable/index.tsx#L363
Type '{ id: string; title: string; urgency: AlertInfoUrgencyEnum[] | undefined; severity: AlertInfoSeverityEnum[] | undefined; certainty: AlertInfoCertaintyEnum[] | undefined; country: string | undefined; admin1: string | undefined; }' is missing the following properties from type 'UserAlertSubscriptionInput': alertFilters, name
|
Typecheck
Process completed with exit code 2.
|