UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

16 lines (15 loc) 329 B
export declare class MediaPropertyBuilder { parentBuilder: any; id: any; alias: any; value: any; constructor(parentBuilder: any); withAlias(alias: any): this; withValue(value: any): this; done(): any; build(): { id: any; alias: any; value: any; }; }