UNPKG

fhirbuilder

Version:
9 lines (8 loc) 396 B
import { ICoverage, IOperationOutcomeIssue } from 'fhirtypes/dist/r4'; /** * @description Validates the Coverage model * @param dataToValidate - the Coverage model to validate * @param path - the path to the model * @param errors - the errors array */ export declare function CoverageValidator<T extends ICoverage>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;