Skip to content

Commit ec548b7

Browse files
authored
fix: export assembly instructions types (#265)
1 parent a3b17f5 commit ec548b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/apiTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export {
55
assemblyIndexItemSchema,
66
assemblyStatusSchema,
77
} from './alphalib/types/assemblyStatus.ts'
8+
export type { AssemblyInstructions, AssemblyInstructionsInput } from './alphalib/types/template.ts'
89
export { assemblyInstructionsSchema } from './alphalib/types/template.ts'
910

1011
export interface OptionalAuthParams {

0 commit comments

Comments
 (0)