ee286591a5
Categories, licences and languages
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export interface PluginVideoCategoryManager {
|
|
addCategory: (categoryKey: number, categoryLabel: string) => boolean
|
|
|
|
deleteCategory: (categoryKey: number) => boolean
|
|
}
|