Iscrizione Conacreis e Arcadei

This commit is contained in:
paoloar77
2022-10-29 12:37:30 +02:00
parent 2399124a33
commit 392c8bb6af
20 changed files with 668 additions and 380 deletions

View File

@@ -71,6 +71,16 @@ export interface IContribtype {
showprice: boolean
}
export interface ILabelValue {
_id: any
label: string
value: number
}
export interface IValue {
value: number
}
export enum EState {
None, Creating, Modifying,
}