mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[zarinpal-checkout] Exported Definition Namespace (#47753)
* Added types for zarinpal-checkout * passed lint * fixed typo and changed default export * exported namespace
This commit is contained in:
parent
310bcc4a1d
commit
93a33b546b
4
types/zarinpal-checkout/index.d.ts
vendored
4
types/zarinpal-checkout/index.d.ts
vendored
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user