* Update react-stripe-elements definitions to allow BankAccountOptions to be passed to createToken
Also add some tests for the Iban, IdealBank and PaymentRequestButton elements
* Update stripe-v3 to accept BankAccountOptions on createToken
* Use discriminated union for WebhookNotifications
Change the WebhookNotification types to know their own values for the `kind` property, so that the compiler can automatically infer types from it.
This also requires changing the notification types to be interfaces instead of classes, and changing `WebhookNotification` to be a union type instead of an abstract class.
Ref: https://www.typescriptlang.org/docs/handbook/advanced-types.html#discriminated-unions
The result of all this is that a guard on the returned `notification.kind` will have the effect of narrowing the type of `notification` itself, so that explicit casts aren’t always necessary.
* Update test
* Revert kind to still be WebhookNotificationKind
* Group types for WebhookNotificationKind
* fix: missing semicolon
* Add object type to the MJML package
* Add more a more specific interface
* Add missing types to MJML and make optional ones optional
* Add usage examples to the MJML test file
* Add path for @testing-library/cypress/add-commands
* Reference new file
* Add new file to config
* Add add-commands.d.ts to OTHER_FILES.txt
* Update tsconfig.json
By changing the types for `ChartData["labels"]` and `ChartData["datasets"]`
to ReadonlyArrays we can pass either ReadonlyArrays or Arrays as ChartData.
This is useful when chart.js is used inside a React component where the
props are readonly.
* Add types for winston-loggly-bulk
* Fix tsconfig.json
* Fix Loggly class and update tslint.json
* Fixed tsconfig.json and adjusted exports
* Fix for failing tests
* Add needed extend to Loggly class
* update to v12 of rbd
* add sensors types
* add package.json and make sure everything is exported
* start resolving pr comments. pushing to make sure pr doesnt get cancelled
* complete copy from https://github.com/atlassian/react-beautiful-dnd/blob/master/src/types.js
* revert back to ts 2.8
* implement omit
* add explicit export to omit function
* better typing for SearchOptions interface
better typing base on [official docs](http://ldapjs.org/client.html) for SearchOptions interface
* added Timeout in seconds for property timeLimit
added Timeout in seconds for property timeLimit
* react-d3-graph types
This is our first time submitting something to this git repo.
This is the type definition for the node module 'react-d3-graph'.
* Test added
* tests fixed
* Update package.json
* Update react-d3-graph-tests.tsx
* Update package.json
* Delete package.json
* Create tslint.json
* Update index.d.ts
* Update react-d3-graph-tests.tsx
* Update package.json