This commit is contained in:
Mikan
2025-05-30 19:32:58 +03:00
parent 93471d038a
commit 90d12b57ec
25 changed files with 3395 additions and 180 deletions

7
src/types/survey.ts Normal file
View File

@@ -0,0 +1,7 @@
import {UniqueItem} from "./common.ts";
export interface Survey extends UniqueItem{
title: string;
}