core.trygetdatatype | Medplum

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