diff options
Diffstat (limited to 'jb-ui/src/api_fsb/docs/Uri.md')
| -rw-r--r-- | jb-ui/src/api_fsb/docs/Uri.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/jb-ui/src/api_fsb/docs/Uri.md b/jb-ui/src/api_fsb/docs/Uri.md new file mode 100644 index 0000000..e472620 --- /dev/null +++ b/jb-ui/src/api_fsb/docs/Uri.md @@ -0,0 +1,19 @@ +# Uri + +The URL to send a respondent into. Must not edit this URL in any way. If the eligibility is conditional or ineligible, the uri will be null. + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +## Example + +```typescript +import { Uri } from './api'; + +const instance: Uri = { +}; +``` + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
