UNPKG

fhirbuilder

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