plugins/sdvx@asphyxia/models/item.ts
2020-06-01 03:43:16 +01:00

8 lines
96 B
TypeScript

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