export interface Schema { /** The path to scan for files to migrate */ path?: string; /** Whether to apply MyWorkplace-specific replacements */ mwp?: boolean; /** Whether to perform a dry run without making changes */ dryRun?: boolean; }