PackwizJS/docs/parser/interfaces/PackwizIndex.md

44 lines
677 B
Markdown
Raw Normal View History

2025-02-09 10:00:02 -06:00
[**packwizjs**](../../README.md)
***
[packwizjs](../../modules.md) / [parser](../README.md) / PackwizIndex
# Interface: PackwizIndex
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:128
2025-02-09 10:00:02 -06:00
Represents the structure of a Packwiz index file, as well as providing its location.
## Properties
### files
> **files**: [`IndexFileEntry`](../classes/IndexFileEntry.md)[]
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:132
2025-02-09 10:00:02 -06:00
***
### hash
> **hash**: `string`
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:130
2025-02-09 10:00:02 -06:00
***
### hashFormat
> **hashFormat**: [`HashFormat`](../../enums/hash-format/enumerations/HashFormat.md)
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:131
2025-02-09 10:00:02 -06:00
***
### location
> **location**: [`Resource`](../../resource/classes/Resource.md)
2025-02-09 10:24:15 -06:00
Defined in: parser.ts:129