You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/home/sheriub/electionguard-admin-device-main/src/mocks/electionguard/mockElectionGuardApi.ts
TypeScript error in /home/sheriub/electionguard-admin-device-main/src/mocks/electionguard/mockElectionGuardApi.ts(51,36):
Conversion of type '{ "title": string; "demo": boolean; "state": string; "county": { "id": string; "name": string; }; "date": string; "ballotTrackerConfig": { "trackerType": string; "trackerSiteDisplay": string; "trackerUrlTemplate": string; }; ... 5 more ...; "sealURL": string; }' to type 'Election' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'parties' are incompatible.
Type '{ "id": string; "name": string; "abbrev": string; }[]' is not comparable to type 'Parties'.
Property 'fullName' is missing in type '{ "id": string; "name": string; "abbrev": string; }' but required in type 'Party'. TS2352
/home/sheriub/electionguard-admin-device-main/src/mocks/electionguard/mockElectionGuardApi.ts
TypeScript error in /home/sheriub/electionguard-admin-device-main/src/mocks/electionguard/mockElectionGuardApi.ts(51,36):
Conversion of type '{ "title": string; "demo": boolean; "state": string; "county": { "id": string; "name": string; }; "date": string; "ballotTrackerConfig": { "trackerType": string; "trackerSiteDisplay": string; "trackerUrlTemplate": string; }; ... 5 more ...; "sealURL": string; }' to type 'Election' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Types of property 'parties' are incompatible.
Type '{ "id": string; "name": string; "abbrev": string; }[]' is not comparable to type 'Parties'.
Property 'fullName' is missing in type '{ "id": string; "name": string; "abbrev": string; }' but required in type 'Party'. TS2352
The text was updated successfully, but these errors were encountered: