UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

9 lines (8 loc) 237 B
import { INodeProperties } from 'n8n-workflow'; export interface WaxAsset { asset_id: string; template_id: string; collection_name: string; schema_name: string; } export declare const commonProperties: INodeProperties[];