survey result page

This commit is contained in:
MikanD
2025-06-01 16:17:09 +03:00
parent 4a5b0a9532
commit 83af205e7e
4 changed files with 29 additions and 10 deletions

View File

@@ -39,4 +39,9 @@ export interface ScoreVariable {
title: string;
description: string;
survey: number;
}
export interface Profession extends UniqueItem {
name: string;
description: string;
}