export interface LabLocationMetadata { name: string; state: string; city: string; zipCode: string; firstLine: string; secondLine?: string; phoneNumber?: string; faxNumber?: string; hours?: Record; }