- 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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user