import { SignUpStatisticItemDTO } from './SignUpStatisticItem.dto'; export interface SignUpStatisticDTO { data: SignUpStatisticItemDTO; meta: any; }