type CACCLEmailEntry = { email: string; createdAt: Date; position: number; }; export default CACCLEmailEntry;