@ory/client
Version:
OpenAPI client for @ory/client
21 lines (13 loc) • 508 B
Markdown
# CreateWorkspaceBody
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | The name of the workspace | [default to undefined]
## Example
```typescript
import { CreateWorkspaceBody } from '@ory/client';
const instance: CreateWorkspaceBody = {
name,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)