/// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// /// import type { ObjectSchema } from '@becomes/purple-cheetah/types'; import { Schema } from 'mongoose'; export interface BCMSUserAddress { country?: string; city?: string; state?: string; zip?: string; street?: { name: string; number: string; }; } export declare const BCMSUserAddressFSDBSchema: ObjectSchema; export declare const BCMSUserAddressMongoDBSchema: Schema, {}, {}, {}, {}, "type", { country?: string | undefined; city?: string | undefined; state?: string | undefined; zip?: string | undefined; street?: any; }>;