Type Alias XtreamCategory

XtreamCategory: {
    category_id: string;
    category_name: string;
    parent_id: number;
}

Xtream category information

This type represents a content category in the Xtream system

Type declaration

  • category_id: string

    The unique identifier for the category

  • category_name: string

    The display name of the category

  • parent_id: number

    The ID of the parent category, if applicable