mirror of
https://github.com/skillbert/rsmv.git
synced 2026-04-23 15:47:14 -04:00
16 lines
356 B
TypeScript
16 lines
356 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\rootcacheindex.json'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type rootcacheindex = {
|
|
cachemajors: {
|
|
minor: number,
|
|
crc: number,
|
|
version: number,
|
|
subindexcount: number,
|
|
integer_10: number,
|
|
maybe_checksum1: Uint8Array,
|
|
}[],
|
|
maybe_proper_checksum: Uint8Array,
|
|
};
|