core.trygetdatatype
Home > @medplum/core > tryGetDataType
tryGetDataType() function
Signature:
export declare function tryGetDataType(type: string): InternalTypeSchema | undefined;
Parameters
| Parameter | Type | Description |
|---|---|---|
| type | string |
Returns:
InternalTypeSchema | undefined