UNPKG

@ory/client

Version:

OpenAPI client for @ory/client

22 lines (14 loc) 575 B
# RelationshipNamespaces Relationship Namespace List ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **namespaces** | [**Array<Namespace>**](Namespace.md) | | [optional] [default to undefined] ## Example ```typescript import { RelationshipNamespaces } from '@ory/client'; const instance: RelationshipNamespaces = { namespaces, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)