export interface SignUpStatisticItemDTO { total: number; newLastWeek: number; newTwoWeeksAgo: number; }