import * as AdminInterface from './AdminInterface'
import * as TestimonialInterface from './TestimonialInterface'
import * as FaqInterface from './FaqInterface'
import * as DiaryInterface from './DiaryInterface'
import * as CommunityCategoryInterface from './CommunityCategoryInterface'
import * as CommunityInterface from './CommunityInterface'
import * as PartnerInterface from './PartnerInterface'
import * as EnquiryInterface from './EnquiryInterface'
import * as SubscribeInterface from './SubscribeInterface'
import * as BabySizeInterface from './BabySizeInterface'
import * as EventInterface from './EventInterface'
import * as EventGalleryInterface from './EventGalleryInterface'
import * as RegistrationInterface from './RegistrationInterface'
import * as DownloadInterface from './DownloadInterface'
import * as GalleryInterface from './GalleryInterface'
export {
  AdminInterface,
  TestimonialInterface,
  FaqInterface,
  DiaryInterface,
  PartnerInterface,
  CommunityCategoryInterface,
  CommunityInterface,
  EnquiryInterface,
  SubscribeInterface,
  BabySizeInterface,
  EventInterface,
  EventGalleryInterface,
  RegistrationInterface,
  DownloadInterface,
  GalleryInterface,
}
