44 lines
677 B
Markdown
44 lines
677 B
Markdown
|
[**packwizjs**](../../README.md)
|
||
|
|
||
|
***
|
||
|
|
||
|
[packwizjs](../../modules.md) / [parser](../README.md) / PackwizIndex
|
||
|
|
||
|
# Interface: PackwizIndex
|
||
|
|
||
|
Defined in: parser.ts:114
|
||
|
|
||
|
Represents the structure of a Packwiz index file, as well as providing its location.
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
### files
|
||
|
|
||
|
> **files**: [`IndexFileEntry`](../classes/IndexFileEntry.md)[]
|
||
|
|
||
|
Defined in: parser.ts:118
|
||
|
|
||
|
***
|
||
|
|
||
|
### hash
|
||
|
|
||
|
> **hash**: `string`
|
||
|
|
||
|
Defined in: parser.ts:116
|
||
|
|
||
|
***
|
||
|
|
||
|
### hashFormat
|
||
|
|
||
|
> **hashFormat**: [`HashFormat`](../../enums/hash-format/enumerations/HashFormat.md)
|
||
|
|
||
|
Defined in: parser.ts:117
|
||
|
|
||
|
***
|
||
|
|
||
|
### location
|
||
|
|
||
|
> **location**: [`Resource`](../../resource/classes/Resource.md)
|
||
|
|
||
|
Defined in: parser.ts:115
|