core.resourcecrawleroptions
Home > @medplum/core > ResourceCrawlerOptions
ResourceCrawlerOptions type
Signature:
export type ResourceCrawlerOptions = {
skipMissingProperties?: boolean;
schema?: InternalTypeSchema;
initialPath?: string;
};
References: InternalTypeSchema