import { NoticePopupVo } from './noticePopupVo'; export interface NoticePopupListVo { popupList: NoticePopupVo[]; }