export default interface HitokotoModel { _id: string hitokoto: string type: string from: string creator: string createdAt: Date number: number }