2
0
mirror of https://github.com/status-im/nim-codex.git synced 2025-03-02 19:30:48 +00:00

reinstate removed types

This commit is contained in:
Eric 2025-01-14 17:52:33 +11:00
parent 513ff1f1c6
commit 235e960de4
No known key found for this signature in database

@ -56,6 +56,15 @@ type
TestManagerError* = object of CatchableError
Border {.pure.} = enum
Left, Right
Align {.pure.} = enum
Left, Right
MarkerPosition {.pure.} = enum
Start,
Finish
{.push raises: [].}
logScope: