Migrate existing ts types from the API into the API module
This makes it possible to start hydrating the types into valid data types like Dates which means I can get type safety guarantees when displaying information.
This commit is contained in:
parent
b2c24a0438
commit
f88ca57d97
39 changed files with 382 additions and 320 deletions
|
|
@ -305,7 +305,7 @@ import { useRouter } from "vue-router";
|
|||
import MapMultipoint from "@/components/MapMultipoint.vue";
|
||||
import { useUploadStore } from "@/store/upload";
|
||||
import { useSessionStore } from "@/store/session";
|
||||
import { CSVPoolDetail, CSVPoolError, Upload, UploadPoolRow } from "@/types";
|
||||
import { CSVPoolDetail, CSVPoolError, Upload, UploadPoolRow } from "@/type/api";
|
||||
|
||||
interface ErrorMessage {
|
||||
message: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue