interface PostBinNodeParameters {
binContent?: string;
binId?: string;
operation?:
| "create"
| "get"
| "delete"
| "send"
| "removeFirst";
requestId?: string;
resource?: "request"
| "bin";
}
Type options: {"rows":5}