UNPKG

@izzai/n8n-nodes-izzone

Version:

n8n custom node for izz.ONE

7 lines (6 loc) 272 B
import type { ICredentialDataDecryptedObject } from 'n8n-workflow'; export declare const getHeaders: (credentials: ICredentialDataDecryptedObject) => { Accept: string; Authorization: string; 'x-environment-id': import("n8n-workflow").CredentialInformation; };