Files
rsmv/generated/dbrows.d.ts
2024-01-12 18:05:43 +01:00

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
};