UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

25 lines (17 loc) 674 B
# ProjectHost ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **host** | **string** | The project\'s host. | [default to undefined] **id** | **string** | The mapping\'s ID. | [readonly] [default to undefined] **project_id** | **string** | The Revision\'s Project ID | [default to undefined] ## Example ```typescript import { ProjectHost } from '@ory/client'; const instance: ProjectHost = { host, id, project_id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)