mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
export interface Course {
|
|
collection: "course";
|
|
|
|
courseId: number;
|
|
seen: boolean,
|
|
played: boolean,
|
|
cleared: boolean
|
|
} |