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