sarahsporck / Migration-Test-Repository

This repository is used to test the ticket migration from jira to github
0 stars 1 forks source link

IGAPP-771: Create GeoJSONProperties type #3437

Closed jira-to-github-migrator-test[bot] closed 1 year ago

jira-to-github-migrator-test[bot] commented 1 year ago

Andreas Fischer - 21.9.2021, 15:05:24

As a developer i want to have a better type for GeoJSONProperties than the existing one (geoJSON lib)

export type GeoJsonProperties = { <name: string>: any; } | null;

 

For Example

export type GeoJSONPropertiesSample =  {
  title: string
  path: string
  id: number,
....
}

 

Acceptance Criteria

Environment: - Linked issues: