## tryGetDataType() function

**Signature:**

```typescript
export declare function tryGetDataType(type: string, profileUrl?: string): InternalTypeSchema | undefined;
```

## Parameters

| Parameter | Type   | Description |  
|-----------|--------|-------------|  
| type      | string |             |  
| profileUrl| string | _(Optional)_|

**Returns:**

[InternalTypeSchema](/content/docs/sdk/core.internaltypeschema) | undefined

- [tryGetDataType() function](/content/docs/sdk/core.trygetdatatype#trygetdatatype-function/index.html)
- [Parameters](/content/docs/sdk/core.trygetdatatype#parameters/index.html)
