- Nuovo Sistema di Flotte per Tutor.

X - Mettere anche la email del sognatore, per chi è abituato ad inviarla in quel modo...
X - Controllare che sul sito compaiano le informazioni del Sognatore...
This commit is contained in:
Paolo Arena
2020-06-08 13:31:44 +02:00
parent bd6ccad236
commit 2fc89ebc82
29 changed files with 1669 additions and 280 deletions

View File

@@ -302,7 +302,7 @@ export interface IGallery {
export interface IColl {
title: IAllLang
date: string
date?: string
subtitle?: IAllLang
img: string
img2?: string
@@ -310,6 +310,8 @@ export interface IColl {
linkagg_type?: number
width?: number
height?: number
ingallery?: boolean
inexibitions?: boolean
}
export interface ICollaborations {

View File

@@ -16,6 +16,8 @@ export interface IUserProfile {
sex?: ESexType
country_pay?: string
email_paypal?: string
link_payment?: string
note_payment?: string
username_telegram?: string
teleg_id?: number
teleg_checkcode?: number
@@ -24,6 +26,8 @@ export interface IUserProfile {
manage_telegram?: boolean
saw_zoom_presentation?: boolean
saw_and_accepted?: boolean
qualified?: boolean
qualified_2invitati?: boolean
}
export interface IPaymentType {