1 2 3 4 5
export interface PluginVideoCategoryManager { addCategory: (categoryKey: number, categoryLabel: string) => boolean deleteCategory: (categoryKey: number) => boolean }