create new file

This commit is contained in:
vcoppe
2024-04-27 12:18:40 +02:00
parent 0eb9c7b57e
commit ccc26f79e7
7 changed files with 67 additions and 20 deletions

View File

@@ -6,7 +6,7 @@ export type GPXFileType = {
};
export type GPXFileAttributes = {
creator: string;
creator?: string;
[key: string]: string;
};