import type * as Vital from "../index.js"; export interface ClientFacingLab { id: number; slug: string; name: string; firstLineAddress: string; city: string; zipcode: string; collectionMethods: Vital.LabTestCollectionMethod[]; sampleTypes: Vital.LabTestSampleType[]; }