export default interface ThemeAnswerValues {
    projectName?: string;
    name?: string;
    themesPath?: string;
    finalPath?: string;
    themeDescription?: string;
    frontEndFramework?: string;
    siteUrl?: string;
    devSiteUrl?: string;
    safeThemeName?: string;
    capAndSnakeCaseTheme?: string;
    projectNamespace?: string;
    type?: 'theme';
}
