Files
asphyxia_plugins/models/item.ts
T
2024-07-05 14:26:10 +08:00

8 lines
96 B
TypeScript

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