UNPKG

fhirbuilder

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