add asset
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-13 04:36:39 -06:00
parent 36fcf8427f
commit 1d01415771
11 changed files with 339 additions and 27 deletions

View File

@@ -27,6 +27,11 @@ export function getRole(role: Role) {
export type FlagType = "red" | "blue" | "green" | "yellow" | null
export interface TaskAsset {
name: string
url: string
}
export interface TutorialSlim {
display: number
title: string