UNPKG

@n1k1t/unit-generator

Version:

Coverage based unit tests AI generator

11 lines 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Content = void 0; class Content { constructor(type, payload) { this.type = type; this.payload = payload; } } exports.Content = Content; //# sourceMappingURL=model.js.map