@ory/client
Version:
OpenAPI client for @ory/client
24 lines (16 loc) • 766 B
Markdown
# InternalIsAXWelcomeScreenEnabledForProjectBody
Is Account Experience Enabled For Project Request Body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **string** | Path is the path of the request. | [default to undefined]
**project_slug** | **string** | ProjectSlug is the project\'s slug. | [default to undefined]
## Example
```typescript
import { InternalIsAXWelcomeScreenEnabledForProjectBody } from '@ory/client';
const instance: InternalIsAXWelcomeScreenEnabledForProjectBody = {
path,
project_slug,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)