Skip to content
Snippets Groups Projects
customPopup.model.ts 113 B
Newer Older
  • Learn to ignore specific revisions
  • Bastien DUMONT's avatar
    Bastien DUMONT committed
    export interface CustomPopup {
      popupEnabled: boolean
      description: string
      title: string
    
      endDate: string
    
    Bastien DUMONT's avatar
    Bastien DUMONT committed
    }