# getServerSideProps

**Kind:** Function

**Source:** [`atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/pages/profile/[id].tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/test/fixtures/sample-projects/fullstack-nextjs-nestjs/frontend/src/pages/profile/[id].tsx#L47)

## Signature

```ts
async function getServerSideProps({ params })
```

## Parameters

| Name | Type |
|---|---|
| `{ params }` | `any` |
