@textile/hub > Archives
Archives interface
Current and past archives for a bucket.
Signature:
export interface Archives
Properties
| Property | Type | Description |
| current? | Archive | (Optional) The latest archive for a bucket in either a processing or final state. |
| history | Array<Archive> | A list of past archives for a bucket. |