Files
rsmv/generated/structs.d.ts
2022-04-12 16:50:37 +02:00

12 lines
252 B
TypeScript

// GENERATED DO NOT EDIT
// This source data is located at '..\src\opcodes\structs.jsonc'
// run `npm run filetypes` to rebuild
export type structs = {
extra?: {
prop: number,
intvalue: number | null,
stringvalue: string | null,
}[] | null
};