mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
fix typings
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
|
||||
import { _ } from 'svelte-i18n';
|
||||
import type { GPXFile } from 'gpx';
|
||||
import type { FreezedObject } from 'structurajs';
|
||||
|
||||
export let file: Readable<GPXFile | undefined>;
|
||||
export let file: Readable<FreezedObject<GPXFile> | undefined>;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
|
Reference in New Issue
Block a user