> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapProjectResult

> What a project query answers with.

What a `project` query answers with.

## Properties

### apps

```ts theme={null}
apps: TapApp[];
```

***

### project

```ts theme={null}
project: {
  id: string;
  name: string;
  platforms: TapPlatform[];
};
```

#### id

```ts theme={null}
id: string;
```

#### name

```ts theme={null}
name: string;
```

#### platforms

```ts theme={null}
platforms: TapPlatform[];
```

***

### releases

```ts theme={null}
releases: TapRelease[];
```
