mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
🐛 Add missing interface
This commit is contained in:
parent
36c1663271
commit
956632d321
|
@ -12,6 +12,11 @@ export interface IBinaryData {
|
||||||
fileExtension?: string;
|
fileExtension?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface IOAuth2Options {
|
||||||
|
includeCredentialsOnRefreshOnBody?: boolean;
|
||||||
|
property?: string;
|
||||||
|
tokenType?: string;
|
||||||
|
}
|
||||||
|
|
||||||
export interface IConnection {
|
export interface IConnection {
|
||||||
// The node the connection is to
|
// The node the connection is to
|
||||||
|
|
Loading…
Reference in a new issue