interface ReqLicenseUse {
    usecases: Array<string>;
    destinations?: Array<string>;
}
