n8n-nodes-base
Version:
Base nodes of n8n
9 lines • 334 B
TypeScript
import type { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class FacebookGraphAppApi implements ICredentialType {
name: string;
displayName: string;
documentationUrl: string;
extends: string[];
properties: INodeProperties[];
}
//# sourceMappingURL=FacebookGraphAppApi.credentials.d.ts.map