IPerson: FirebaseServicePersonData & {
    addresses?: Address[];
    blocked: IBlocked;
    created_at?: Timestamp;
    custom_fields?: ICustomField[];
    customer_status: ICustomerStatus;
    duplicate_keys?: IDuplicatePerson[];
    emails: IEmails[];
    followers: (string | IFollower)[];
    has_duplicate_keys: boolean;
    is_blocked: boolean;
    organizations: string[];
    phones: IPhones[];
    photo_url: string;
    privacy: string;
    sectors: string[];
    tags?: ITag[];
    telegrams: {
        connection: string;
        connections: string[];
        telegram_id: string;
        type: string;
    }[];
    urls: IPersonUrlType[];
    users: (string | IUser)[];
}