UNPKG

b1-sl

Version:

library for connection and session management of the service layer sap b1

12 lines (9 loc) 199 B
class ValidValuesMD { constructor() { this.Value = new String(); this.Description = new String(); } Value; Description; } module.exports = ValidValuesMD;