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 9cab49f commit 911682dCopy full SHA for 911682d
README.md
@@ -41,8 +41,8 @@ You can generate schema types for your own workspace with [@ftrack/ts-schema-gen
41
Once generated, you can integrate them with @ftrack/api by passing them as a type variable:
42
43
```ts
44
-import SchemaTypes from "./__generated__/schema.ts"
45
-import { Session } from @ftrack/api
+import SchemaTypes from "./__generated__/schema.ts";
+import { Session } from "@ftrack/api";
46
47
const session = new Session<SchemaTypes>(...);
48
0 commit comments