Variable SeriesStatusStatusTextEnumConst
SeriesStatusStatusTextEnum: {
Cancelled: "Cancelled";
Ended: "Ended";
InProduction: "In Production";
Pilot: "Pilot";
Planned: "Planned";
ReturningSeries: "Returning Series";
} = ...
Type declaration
Readonly Cancelled: "Cancelled"
Readonly Ended: "Ended"
Readonly InProduction: "In Production"
Readonly Pilot: "Pilot"
Readonly Planned: "Planned"
Readonly ReturningSeries: "Returning Series"
Export