Type Alias CollectionPlayer

CollectionPlayer: {
    filters?: Record<string, any>;
    groups: CollectionGroup[];
    hide_footer?: boolean;
    name: string;
}

Type declaration