# GetProfileData

[**@venuecms/sdk-next**](https://docs.venuecms.com/developers/sdk-next/reference/index)

***

## Type Alias: GetProfileData

```ts
type GetProfileData = object;
```

Defined in: [sdk/dist/index.d.mts:557](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L557)

### Type declaration

| Name           | Type     | Defined in                                                                                                                                   |
| -------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| `path`         | `object` | [sdk/dist/index.d.mts:558](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L558) |
| `path.siteKey` | `string` | [sdk/dist/index.d.mts:559](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L559) |
| `path.slug`    | `string` | [sdk/dist/index.d.mts:560](https://github.com/venuecms/sdk/blob/fccd7a6c5d53db66655878a682d412275fbffc69/packages/sdk/dist/index.d.mts#L560) |
