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