core.typeinfo
Home > @medplum/core > TypeInfo
TypeInfo interface
An indexed TypeSchema.
Example: The IndexedStructureDefinition for "Patient" would include the following TypeSchemas: 1) Patient 2) Patient_Contact 3) Patient_Communication 4) Patient_Link
Signature:
export interface TypeInfo
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| searchParams? | Record<string, SearchParameter> | (Optional) | |
| searchParamsDetails? | Record<string, SearchParameterDetails> | (Optional) |