import { InlineBaseConfig } from "../types/inline-configs"; export interface OnUpdateConfig { onUpdateConfig(config: InlineBaseConfig): any; }