import { ComSessionVO } from './comSessionVO'; import { InAIRProductInfo } from './inAIRProductInfo'; import { ServiceVO } from './serviceVO'; export interface SelectProductRs { accAuthToken: string; accessToken: string; comSessionVO: ComSessionVO; currentProduct: string; hasCompanyEmail: boolean; hasCompanyTelephone: boolean; productInfoList: InAIRProductInfo[]; serviceList: ServiceVO[]; successYn: boolean; }