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