From 3eaa56f0306ead818f64c3d99fc6d230d9b970a4 Mon Sep 17 00:00:00 2001 From: Max Nanis Date: Wed, 18 Feb 2026 20:42:03 -0500 Subject: HERE WE GO, HERE WE GO, HERE WE GO --- jb-ui/src/api_fsb/docs/UserProfileKnowledge.md | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 jb-ui/src/api_fsb/docs/UserProfileKnowledge.md (limited to 'jb-ui/src/api_fsb/docs/UserProfileKnowledge.md') diff --git a/jb-ui/src/api_fsb/docs/UserProfileKnowledge.md b/jb-ui/src/api_fsb/docs/UserProfileKnowledge.md new file mode 100644 index 0000000..1bf2812 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/UserProfileKnowledge.md @@ -0,0 +1,28 @@ +# UserProfileKnowledge + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**property_id** | **string** | | [default to undefined] +**property_label** | **string** | | [default to undefined] +**translation** | **string** | | [default to undefined] +**answer** | [**Array<UserProfileKnowledgeAnswer>**](UserProfileKnowledgeAnswer.md) | | [optional] [default to undefined] +**created** | **string** | When the User submitted this Profiling data | [default to undefined] + +## Example + +```typescript +import { UserProfileKnowledge } from './api'; + +const instance: UserProfileKnowledge = { + property_id, + property_label, + translation, + answer, + created, +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) -- cgit v1.2.3