UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

6 lines (5 loc) 212 B
import CommandBase from './commandBase'; export default class UmbracoCreateDocTypeWithContent extends CommandBase { _commandName: string; method(name: any, alias: any, dataTypeBuilder: any): void; }