# 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\&#39;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)
