-
Notifications
You must be signed in to change notification settings - Fork 229
feat(save-user-data): extend user data abstract class for api backend COMPASS-9558 #7114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
3f336ec
ad5e416
78026a3
b24d748
8413d43
dc38640
41abc96
e90412e
701adaf
daee65a
90573c7
0e997ff
5d39eb3
5edf5e2
729c6db
055b898
fed4e96
2058a32
296147a
d128447
18240da
31a8643
e88856f
3b8fc66
7d42eef
3c033fe
ef94ff8
3f8405a
7f07ddd
e09d426
04ba804
cf510ce
73b2bd1
51ab01e
df135f3
0bb77b8
f6efcd6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
export type { Stats, ReadAllResult, ReadAllWithStatsResult } from './user-data'; | ||
export { IUserData, FileUserData } from './user-data'; | ||
export type { ReadAllResult } from './user-data'; | ||
export { type IUserData, FileUserData, AtlasUserData } from './user-data'; | ||
export { z } from 'zod'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gribnoysup @Anemy
Do you guys have any clue where these may have come from? I haven't personally modified any of them, so I wonder whether it's due to command line commands?