ActionFieldCurrencyInput: ActionFieldBase & {
    base?: "Unit" | "Cent";
    currency: string;
    max?: number;
    min?: number;
    placeholder?: string;
    step?: number;
    type: "Number";
    widget: "CurrencyInput";
}