Skip to content
Developer Preview

ApprovalSuggestedPrefix

No description is available.

  • argvPrefix
  • label
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalSuggestedPrefix

{
"properties": {
"argvPrefix": {
"items": {
"type": "string"
},
"type": "array"
},
"label": {
"type": "string"
}
},
"required": [
"argvPrefix",
"label"
],
"type": "object"
}