@ory/client
Version:
OpenAPI client for @ory/client
21 lines (13 loc) • 566 B
Markdown
# InternalIsOwnerForProjectBySlug
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**project_id** | **string** | ProjectID is the project\'s ID. | [default to undefined]
## Example
```typescript
import { InternalIsOwnerForProjectBySlug } from '@ory/client';
const instance: InternalIsOwnerForProjectBySlug = {
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)