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

# Type Alias: bakeableTemplateDescriptor

```ts
type bakeableTemplateDescriptor = object;
```

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

Used to describe the fill-ins of the template to be baked

## Index Signature

```ts
[_: string]: 
  | bakeableTemplateDescriptor
  | templateBakeable
```
