mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
8 lines
113 B
TypeScript
8 lines
113 B
TypeScript
export interface tutorial {
|
|
collection: "tutorial";
|
|
version: number;
|
|
tid: number;
|
|
|
|
clr: number;
|
|
}
|