UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

8 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ErrorResponse = void 0; const base_response_model_1 = require("./base-response.model"); class ErrorResponse extends base_response_model_1.BaseResponse { } exports.ErrorResponse = ErrorResponse; //# sourceMappingURL=error-response.model.js.map