diff --git a/types/zarinpal-checkout/index.d.ts b/types/zarinpal-checkout/index.d.ts index d1c4b815ea..f2d7b63710 100644 --- a/types/zarinpal-checkout/index.d.ts +++ b/types/zarinpal-checkout/index.d.ts @@ -56,6 +56,6 @@ declare namespace ZarinPal { } } -declare const zarinpal: { create(merchantID: string, sandbox: boolean): ZarinPal.ZarinPalInstance }; +declare const ZarinPal: { create(merchantID: string, sandbox: boolean): ZarinPal.ZarinPalInstance }; -export = zarinpal; +export = ZarinPal;