UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

14 lines (13 loc) 267 B
/** * Used to generate a new PartialViewMacro */ export declare class PartialViewMacro { name: string; content: string; fileType: string; notifications: any[]; path: any; id: number; snippet: any; virtualPath: string; }