ee286591a5
Categories, licences and languages
5 lines
165 B
TypeScript
5 lines
165 B
TypeScript
export interface PluginVideoLicenceManager {
|
|
addLicence: (licenceKey: number, licenceLabel: string) => boolean
|
|
|
|
deleteLicence: (licenceKey: number) => boolean
|
|
}
|