Skip to content

Instantly share code, notes, and snippets.

@podotki
podotki / tipsi-stripe.d.ts
Created June 19, 2020 12:47
Typings for tipsi-stripe library corresponding to 8.0.0-beta.10 version
declare module 'tipsi-stripe' {
export interface StripeOptions {
publishableKey: string
merchantId?: string
androidPayMode?: string
}
export type AccountHolderType = 'company' | 'individual'
export type PaymentMethodAddress = {