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:
parent
513ff1f1c6
commit
235e960de4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user