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

# Interface FsExternalListArgs

```typescript
interface FsExternalListArgs {
    path?: string;
    slotId: string;
}
```

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

##### Index

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

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

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

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

```typescript
path?: string
```

Slot-relative directory. Defaults to the slot root.

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

```typescript
slotId: string
```
