Created
April 18, 2018 15:23
-
-
Save axxag/4854048870259e74c34e8fa9e3ffda24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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