We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d6ddd commit 0d81f5bCopy full SHA for 0d81f5b
src/pages/[platform]/ai/generation/data-extraction/index.mdx
@@ -55,8 +55,8 @@ const schema = a.schema({
55
56
<InlineFilter filters={["javascript","angular","vue"]}>
57
```ts title="Data Client Request"
58
+import type { Schema } from "../amplify/data/resource";
59
import { generateClient } from "aws-amplify/api";
-import { Schema } from "../amplify/data/resource";
60
61
export const client = generateClient<Schema>();
62
0 commit comments