🐛 Add missing interface

This commit is contained in:
ricardo 2020-07-16 12:11:44 -04:00
parent 36c1663271
commit 956632d321

View file

@ -12,6 +12,11 @@ export interface IBinaryData {
fileExtension?: string;
}
export interface IOAuth2Options {
includeCredentialsOnRefreshOnBody?: boolean;
property?: string;
tokenType?: string;
}
export interface IConnection {
// The node the connection is to