You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(types): remove unused fields and improve type definitions
Remove unused fields such as `password`, `allowDownloadProtectedFile`,
`temporaryTokenDuration`, `privateIndex`, and `SITE_PASSWORD` from
various schema definitions to simplify the codebase and reduce
complexity. This cleanup helps in maintaining a leaner codebase by
eliminating unnecessary fields that are no longer required. Additionally,
improve type definitions for better readability and maintainability,
such as formatting the `position` enum for better clarity.
0 commit comments