docs(ci): Update generated docs - d642654 [skip ci]

This commit is contained in:
Github Actions 2021-12-17 04:01:59 +00:00
parent d642654f49
commit edda844a34
2 changed files with 2 additions and 2 deletions

View File

@ -640,7 +640,7 @@
"responseFields": [
{
"valueName": "slotValue",
"valueType": "String",
"valueType": "Any",
"valueDescription": "Value associated with the slot. `null` if not set"
}
]

View File

@ -1674,7 +1674,7 @@ Gets the value of a "slot" from the selected persistent data realm.
| Name | Type | Description |
| ---- | :---: | ----------- |
| slotValue | String | Value associated with the slot. `null` if not set |
| slotValue | Any | Value associated with the slot. `null` if not set |
---