ff-webpage/types/collection/lookup.ts
2024-11-04 16:21:12 +01:00

11 lines
225 B
TypeScript

export default interface Lookup {
id: number;
documentId: string;
collection: string;
image_item: boolean;
date_list: boolean;
reference: string;
createdAt: string;
updatedAt: string;
publishedAt: string;
}