PendingRequestKind
The pendingRequests discriminator. Open enum, v1 values
approval and userInput.
Fields and variants
Section titled “Fields and variants”"approval""userInput"
Source
schema/msp/experimental/msp.schema.json#/types/PendingRequestKind
{ "description": "The `pendingRequests` discriminator. Open enum, v1 values\n`approval` and `userInput`.", "enum": [ "approval", "userInput" ], "type": "string", "x-msp-openness": "open"}