import {PaymentOptionItem} from "../PaymentOptionItem"; export interface BlikFieldPropsInterface { placeholder: string; paymentChannel: PaymentOptionItem; onBlikCodeChange: (blikCode: string) => void; onFocus: () => void; }