core.isresourcetypeschema
Home > @medplum/core > isResourceTypeSchema
isResourceTypeSchema() function
Returns true if the type schema is a non-abstract FHIR resource.
Signature:
export declare function isResourceTypeSchema(typeSchema: InternalTypeSchema): boolean;
Parameters
| Parameter | Type | Description |
|---|---|---|
| typeSchema | InternalTypeSchema | The type schema to check. |
Returns:
boolean
True if the type schema is a non-abstract FHIR resource.