[LatteBun](../wiki/modules) / [src/LatteBun](../wiki/src.LatteBun) / [LatteBun](../wiki/src.LatteBun.Namespace.LatteBun) / templateDescriptor

# Type Alias: templateDescriptor

```ts
type templateDescriptor = object;
```

Defined in: [src/LatteBun.d.ts:26](https://github.com/IsCoffeeTho/lattebun/blob/8382ec8f32febfc92c68f7997028a277c41970a1/src/LatteBun.d.ts#L26)

Used to describe the fill-ins of the template

## Index Signature

```ts
[_: string]: 
  | templateDescriptor
  | templatePickableOnly
```
