UNPKG

fhirbuilder

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