feat(template): 📝 Add Quizz
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
export type Variable = {
|
||||
id: string
|
||||
name: string
|
||||
value?: string
|
||||
value?: string | number
|
||||
}
|
||||
|
||||
export type VariableWithValue = Omit<Variable, 'value'> & {
|
||||
|
Reference in New Issue
Block a user