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