plugins/sdvx@asphyxia/models/item.ts
2020-05-28 20:46:34 +01:00

7 lines
95 B
TypeScript

export interface Item {
collection: 'item';
type: number;
id: number;
param: number;
}