## getDisplayString() function

Returns a display string for the resource.

**Signature:**

```typescript
export declare function getDisplayString(resource: Resource): string;
```

## Parameters

| Parameter | Type     | Description               |
|-----------|----------|---------------------------|
| resource  | Resource | The input resource.       |

**Returns:**

string

Human friendly display string.
