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

# Type Alias: templateOptions

```ts
type templateOptions = object;
```

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

## Methods

### create()

```ts
create(): 
  | DataStream
| Promise<DataStream>;
```

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

#### Returns

  \| [`DataStream`](../wiki/src.LatteBun.LatteBun.TypeAlias.DataStream)
  \| `Promise`\<[`DataStream`](../wiki/src.LatteBun.LatteBun.TypeAlias.DataStream)\>
