UNPKG

n8n-nodes-dataverse

Version:

n8n community node for communicating to dataverse

9 lines (8 loc) 191 B
export declare enum Operation { GET = "GET", PATCH = "PATCH", POST = "POST", OPTIONSET = "OPTIONSET", GLOBALOPTIONSET = "GLOBALOPTIONSET", ENTITY = "ENTITY" }