Skip to content

Commit ffef787

Browse files
committed
use type imports for type-only entities in example
1 parent 6d5e179 commit ffef787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/connect/api.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,8 +2752,8 @@ The new name of the trigger.
27522752
```typescript
27532753
import {
27542754
createBackendClient,
2755-
GetTriggerResponse,
2756-
V1DeployedComponent,
2755+
type GetTriggerResponse,
2756+
type V1DeployedComponent,
27572757
type BackendClient,
27582758
type BackendClientOpts,
27592759
type UpdateTriggerOpts,

0 commit comments

Comments
 (0)