export default interface timeKey { time: { day: number; month: number; year: number; } password: string; }