pl4y-data-library
Version:
This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.
8 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SuccessResponse = void 0;
const base_response_model_1 = require("./base-response.model");
class SuccessResponse extends base_response_model_1.BaseResponse {
}
exports.SuccessResponse = SuccessResponse;
//# sourceMappingURL=success-response.model.js.map