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 a3b17f5 commit ec548b7Copy full SHA for ec548b7
src/apiTypes.ts
@@ -5,6 +5,7 @@ export {
5
assemblyIndexItemSchema,
6
assemblyStatusSchema,
7
} from './alphalib/types/assemblyStatus.ts'
8
+export type { AssemblyInstructions, AssemblyInstructionsInput } from './alphalib/types/template.ts'
9
export { assemblyInstructionsSchema } from './alphalib/types/template.ts'
10
11
export interface OptionalAuthParams {
0 commit comments