export interface KoalaDynamicFormShowFieldInterface {
    name: string;
    show: boolean;
    clearCurrentValue?: boolean;
}
