UNPKG

@nomadmystic/wordpress-scaffold-cli

Version:

This project is created to speed up WordPress development

7 lines (6 loc) 172 B
export default interface ScaffoldJsonUpdates { updatePath?: string; fileName?: string; stringToUpdate?: string; updateString?: string | void | undefined; }