Skip to content

Commit c691a38

Browse files
refactor: remove AID
1 parent 24de8ea commit c691a38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/td-tools/src/td-tools.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export * from "./thing-description";
2020
export * from "./td-parser";
2121
export * from "./td-helpers";
2222
export * from "./thing-model-helpers";
23-
export * from "./util/asset-interface-description";
2423
type DeepPartial<T> = T extends Record<string, unknown>
2524
? {
2625
[P in keyof T]?: T[P] extends Array<infer I> ? Array<DeepPartial<I>> : DeepPartial<T[P]>;

0 commit comments

Comments
 (0)