import { RazorpayOptions } from "./RazorpayOptions"; /** * Type for global Razorpay configuration options. * These options are set once and apply to all payments. */ export type RazorpayGlobalOptions = Omit & { key: string; };