import { InAIRNoticePopupVO } from './inAIRNoticePopupVO'; export interface GetSiteNoticePopupRs { noticePopupVOList: InAIRNoticePopupVO[]; }