Skip to content

Commit

Permalink
Fix missing Toast import to AI API reference (raycast#7736)
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita authored Jul 31, 2023
1 parent e842e28 commit 4c77b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default async function command() {
{% tab title="Error handling" %}

```typescript
import { AI, showToast } from "@raycast/api";
import { AI, showToast, Toast } from "@raycast/api";

export default async function command() {
try {
Expand Down

0 comments on commit 4c77b58

Please sign in to comment.