Iscrizione Conacreis e Arcadei
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user