> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/react.Supporting_types.FileWriter.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias FileWriter<T>

```typescript
FileWriter: (next: T) => Promise<void>
```

Types: [T](#t)

#### Type Parameters

*   <a id="t"></a>T

#### Type Declaration

*   *   <a id="__type"></a>
        
        ```typescript
        (next: T): Promise<void>
        ```
        
        Types: [T](#t)
        
    *   #### Parameters
        
        *   next: [T](#t)
        
        #### Returns Promise<void\>
