mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-05-02 11:35:33 -05:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
export interface Item {
|
|
collection: 'item';
|
|
type: number;
|
|
id: number;
|
|
param: number;
|
|
}
|