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

# Interface ChromeAuthorViewFile

```typescript
interface ChromeAuthorViewFile {
    label: string;
    path: string;
}
```

Types: [label](#label), [path](#path)

##### Index

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

[label](#label) [path](#path)

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

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

```typescript
label: string
```

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

```typescript
path: string
```
