Members, Circuits
This commit is contained in:
@@ -486,6 +486,7 @@ export interface IParamDialog {
|
||||
export interface IFunctionality {
|
||||
PWA?: boolean
|
||||
ENABLE_REGISTRATION?: boolean
|
||||
ENABLE_REG_BY_BOT?: boolean
|
||||
ENABLE_REG_NEED_TELEGRAM?: boolean
|
||||
SHOW_REG_BUTTON?: boolean
|
||||
SHOW_PROFILE?: boolean
|
||||
@@ -935,6 +936,7 @@ export interface ICircuit {
|
||||
data_costituz?: Date
|
||||
deperimento: boolean
|
||||
transactionsEnabled: boolean
|
||||
status: number
|
||||
freq_deper?: string
|
||||
minuto_deper?: string
|
||||
ora_deper?: string
|
||||
@@ -947,6 +949,8 @@ export interface ICircuit {
|
||||
date_updated?: Date
|
||||
admins?: IFriends[]
|
||||
createdBy?: string
|
||||
regulation?: string
|
||||
numMembers?: number
|
||||
// --- Mem:
|
||||
movements: IMovement[]
|
||||
}
|
||||
@@ -984,4 +988,6 @@ export interface IAccount {
|
||||
qta_maxConcessa: number
|
||||
importo_iniziale?: number
|
||||
saldo: number
|
||||
totTransato: number
|
||||
regulation_ok: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user