From af9e4557d185d5c9defd77a3a19f9fc038e4671d Mon Sep 17 00:00:00 2001 From: Julian Krauser Date: Mon, 4 Nov 2024 16:21:12 +0100 Subject: [PATCH] type change --- components/shared/List.vue | 2 +- types/collection/lookup.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/shared/List.vue b/components/shared/List.vue index 1121c16..f9aab24 100644 --- a/components/shared/List.vue +++ b/components/shared/List.vue @@ -1,6 +1,6 @@ diff --git a/types/collection/lookup.ts b/types/collection/lookup.ts index c192970..aab9c9b 100644 --- a/types/collection/lookup.ts +++ b/types/collection/lookup.ts @@ -2,7 +2,8 @@ export default interface Lookup { id: number; documentId: string; collection: string; - imageItem: boolean; + image_item: boolean; + date_list: boolean; reference: string; createdAt: string; updatedAt: string;