UNPKG

caccl-api

Version:

A class that defines a set of smart Canvas endpoints that actually behave how you'd expect them to.

8 lines (6 loc) 117 B
type CACCLEmailEntry = { email: string, createdAt: Date, position: number, }; export default CACCLEmailEntry;