umbraco-cypress-testhelpers
Version:
Test helpers for making Cypress tests for Umbraco solutions
19 lines • 976 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CmsDocumentType = void 0;
/**
* An Umbraco Document Type
*
* @param {string} name Name of Document Type
* @param {string} alias Alias of Document type
* @param {number} id Optional integer ID of document type
*/
class CmsDocumentType {
constructor(name, alias, id) {
this.name = name;
this.alias = alias;
this.id = id;
}
}
exports.CmsDocumentType = CmsDocumentType;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY21zRG9jdW1lbnRUeXBlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2Ntcy9tb2RlbHMvY21zRG9jdW1lbnRUeXBlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBOzs7Ozs7R0FNRztBQUNILE1BQWEsZUFBZTtJQUMxQixZQUFtQixJQUFZLEVBQVMsS0FBYSxFQUFTLEVBQVc7UUFBdEQsU0FBSSxHQUFKLElBQUksQ0FBUTtRQUFTLFVBQUssR0FBTCxLQUFLLENBQVE7UUFBUyxPQUFFLEdBQUYsRUFBRSxDQUFTO0lBQUcsQ0FBQztDQUM5RTtBQUZELDBDQUVDIn0=