export interface InAIRNoticePopupVO { contents: string; createSubjectName: string; createSubjectSn: number; exposurePageCode: string; exposureSiteCode: string; exposureStatusCode: string; hasInterview: boolean; heightSize: number; imageFileUid: string; imageFileUrl: string; imageLinkUrl: string; imageUploadYn: boolean; jobnoticeSnList: number[]; leftPosition: number; popupSn: number; postClosingDatetime: string; postStartDatetime: string; recruitfieldSnList: number[]; systemKindCodeList: string[]; title: string; topPosition: number; widthSize: number; }