Skip to main content

types.ConfigSource

types.ConfigSource API schema defining 3 fields, including key, source, and value.

keystring
sourcestring
valuestring
types.ConfigSource
{
"key": "string",
"source": "string",
"value": "string"
}