export interface IApplyProductThemeCmdArgs<TProductThemeConfig> {
    theme: string | TProductThemeConfig;
}
