export type SerializableUser = { id: number | null; firstName: string | null; lastName: string | null; email: string | null; telHome: string | null; telMobile: string | null; encryptedCookieToken: string | null; savedProperties: any | null; savedSearches: any | null; isOptedInForMarketing: boolean; optedInForMarketingAt: string | null; streetAddress: string | null; address2: string | null; postcode: string | null; county: string | null; town: string | null; displayAddress: string | null; isLandlord: boolean; isSalesApplicant: boolean; isVendor: boolean; isLettingsApplicant: boolean; }; //# sourceMappingURL=user.d.ts.map