Type Alias StreamCategory

StreamCategory: {
    icon: string;
    id: number;
    name: string;
    slug: string;
}