ff-webpage/types/collection/lookup.ts

12 lines
225 B
TypeScript
Raw Normal View History

export default interface Lookup {
id: number;
documentId: string;
collection: string;
2024-11-04 15:21:12 +00:00
image_item: boolean;
date_list: boolean;
reference: string;
createdAt: string;
updatedAt: string;
publishedAt: string;
}