fix(Jira Trigger Node): Update credentials UI (#9198)

This commit is contained in:
Michael Kret
2024-05-01 07:26:09 +03:00
committed by GitHub
parent 741e8299d6
commit ed98ca2fb7
3 changed files with 61 additions and 11 deletions

View File

@@ -1487,6 +1487,7 @@ export interface INodeCredentialTestRequest {
export interface INodeCredentialDescription {
name: string;
required?: boolean;
displayName?: string;
displayOptions?: ICredentialsDisplayOptions;
testedBy?: ICredentialTestRequest | string; // Name of a function inside `loadOptions.credentialTest`
}