mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-24 23:28:06 +03:00
8 lines
96 B
TypeScript
8 lines
96 B
TypeScript
export interface Item {
|
|
collection: 'item';
|
|
|
|
type: number;
|
|
id: number;
|
|
param: number;
|
|
}
|