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
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Regarding type List[type[Writer]], it can be refactored to an Enum; So instead of List[type[Writer]], we accept List[WriterType] which WriterType is an enum.
Regarding type
List[type[Writer]], it can be refactored to an Enum; So instead ofList[type[Writer]], we acceptList[WriterType]whichWriterTypeis an enum.Same should happen for reader.