diff --git a/src/apiTypes.ts b/src/apiTypes.ts index 28fc232..a5f28b1 100644 --- a/src/apiTypes.ts +++ b/src/apiTypes.ts @@ -5,6 +5,7 @@ export { assemblyIndexItemSchema, assemblyStatusSchema, } from './alphalib/types/assemblyStatus.ts' +export type { AssemblyInstructions, AssemblyInstructionsInput } from './alphalib/types/template.ts' export { assemblyInstructionsSchema } from './alphalib/types/template.ts' export interface OptionalAuthParams {