interface TrelloTriggerNodeParameters { authentication?: "apiKey" | "oAuth1"; id?: string;}
readonly authentication?: "apiKey" | "oAuth1"
Default: "apiKey"
readonly id?: string
ID of the model of which to subscribe to events
Default: "apiKey"