Skip to content

Commit 9ff8b8c

Browse files
committed
#8 add link type
1 parent fd9999f commit 9ff8b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export { host, username, password, setApiConfig } from './stores/apistore.js';
5353
export type {
5454
user,
5555
Input,
56-
FileUploaderModel
56+
FileUploaderModel,
57+
Link
5758
} from './models/Models.js';
5859

5960
// Table

0 commit comments

Comments
 (0)