> ## 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.

# GetPromptOptions

***

# Type Alias: GetPromptOptions

```ts theme={null}
type GetPromptOptions = ProjectScopeOptions & object;
```

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

## Type declaration

### id?

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

### name?

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

### version?

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