mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
📘 Type scopes request
This commit is contained in:
parent
1af98bbe9d
commit
2c3d03b5c8
1
packages/cli/src/requests.d.ts
vendored
1
packages/cli/src/requests.d.ts
vendored
|
@ -243,6 +243,7 @@ export declare namespace OAuthRequest {
|
|||
namespace OAuth2Credential {
|
||||
type Auth = OAuth1Credential.Auth;
|
||||
type Callback = AuthenticatedRequest<{}, {}, {}, { code: string; state: string }>;
|
||||
type Scopes = AuthenticatedRequest<{}, {}, {}, { credentialType: string }>;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue