mirror of
https://github.com/skillbert/rsmv.git
synced 2025-12-23 21:47:48 -05:00
19 lines
340 B
TypeScript
19 lines
340 B
TypeScript
// GENERATED DO NOT EDIT
|
|
// This source data is located at '..\src\opcodes\dbrows.jsonc'
|
|
// run `npm run filetypes` to rebuild
|
|
|
|
export type dbrows = {
|
|
unk01?: {
|
|
cols: number,
|
|
columndata: {
|
|
id: number,
|
|
flags: number,
|
|
columns: {
|
|
type: number,
|
|
value: (string|number)[],
|
|
}[],
|
|
}[],
|
|
} | null
|
|
table?: number | null
|
|
};
|