fhirbuilder
Version:
Another FHIR Tool to build FHIR Resources
9 lines (8 loc) • 406 B
TypeScript
import { IBundleLink, IOperationOutcomeIssue } from 'fhirtypes/dist/r4';
/**
* @description Validates the BundleLink model
* @param dataToValidate - the BundleLink model to validate
* @param path - the path to the model
* @param errors - the errors array
*/
export declare function BundleLinkValidator<T extends IBundleLink>(dataToValidate: T, path?: string, errors?: IOperationOutcomeIssue[]): void;