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