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

# PromptTemplateVersion

***

# Type Alias: PromptTemplateVersion

```ts theme={null}
type PromptTemplateVersion = object;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

BasePromptTemplateVersionResponse

Base response from API for a prompt template version.

## Properties

### contentChanged

```ts theme={null}
contentChanged: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Content Changed

***

### createdAt

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

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Created At

***

### createdByUser

```ts theme={null}
createdByUser: UserInfo | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

***

### id

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

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Id

***

### ~~linesAdded?~~

```ts theme={null}
optional linesAdded: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Lines Added

#### Deprecated

***

### ~~linesEdited?~~

```ts theme={null}
optional linesEdited: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Lines Edited

#### Deprecated

***

### ~~linesRemoved?~~

```ts theme={null}
optional linesRemoved: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Lines Removed

#### Deprecated

***

### modelChanged

```ts theme={null}
modelChanged: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Model Changed

***

### outputType?

```ts theme={null}
optional outputType: string | null;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Output Type

***

### raw?

```ts theme={null}
optional raw: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Raw

***

### settings

```ts theme={null}
settings: PromptRunSettings;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

***

### settingsChanged

```ts theme={null}
settingsChanged: boolean;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Settings Changed

***

### template

```ts theme={null}
template: string | Messages;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Template

***

### updatedAt

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

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Updated At

***

### version

```ts theme={null}
version: number;
```

Defined in: [src/types/new-api.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/new-api.types.ts)

Version
