mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(JWT Node): New node (#9005)
Co-authored-by: Giulio Andreini <andreini@netseven.it>
This commit is contained in:
@@ -2341,7 +2341,8 @@ export type FieldType =
|
||||
| 'array'
|
||||
| 'object'
|
||||
| 'options'
|
||||
| 'url';
|
||||
| 'url'
|
||||
| 'jwt';
|
||||
|
||||
export type ValidationResult = {
|
||||
valid: boolean;
|
||||
|
||||
Reference in New Issue
Block a user