> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.FsExternalReadArgs.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface FsExternalReadArgs

```typescript
interface FsExternalReadArgs {
    path: string;
    slotId: string;
}
```

Types: [path](#path), [slotId](#slotid)

#### Hierarchy

*   FsExternalReadArgs
    *   [FsExternalWriteTextArgs](core.FsExternalWriteTextArgs.md)

##### Index

### <a id="properties"></a>Properties

[path](#path) [slotId](#slotid)

## <a id="properties-1"></a>Properties

### <a id="path"></a>path

```typescript
path: string
```

Slot-relative file path.

### <a id="slotid"></a>slotId

```typescript
slotId: string
```
