<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Stat`](Stat)
## Stat interface
**Signature:**
```typescript
export interface Stat
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [`ctime`](Stat/ctime) | | <code>number</code> | Time of creation, represented as a unix timestamp. |
| [`mtime`](Stat/mtime) | | <code>number</code> | Time of last modification, represented as a unix timestamp. |
| [`size`](Stat/size) | | <code>number</code> | Size on disk, as bytes. |
| [`type`](Stat/type) | | <code>'file' | 'folder'</code> | |