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