layout.dto.js 156 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.LayoutDto = void 0;
  4. class LayoutDto {
  5. }
  6. exports.LayoutDto = LayoutDto;