Skip to content

Instantly share code, notes, and snippets.

@axxag
Created April 18, 2018 15:23
Show Gist options
  • Save axxag/4854048870259e74c34e8fa9e3ffda24 to your computer and use it in GitHub Desktop.
Save axxag/4854048870259e74c34e8fa9e3ffda24 to your computer and use it in GitHub Desktop.
export {}
declare module 'stripe' { // Existing module w/types
interface IListOptionsCreated { // Existing interface
email?: string // Added property
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment