export type IkasPaymentGatewaySettings = { label: string; order: number; type: IkasPaymentGatewaySettingsType; value: string | null; }; export type IkasPaymentGatewaySettingsType = "NUMBER" | "PASSWORD" | "TEXT";