Variable SearchByTitleShowTypeEnumConst

SearchByTitleShowTypeEnum: {
    All: "all";
    Movie: "movie";
    Series: "series";
} = ...

Type declaration

  • Readonly All: "all"
  • Readonly Movie: "movie"
  • Readonly Series: "series"

Export

Generated using TypeDoc