Remove unneccesary genType

This commit is contained in:
Sam Nolan 2022-10-07 10:53:52 +11:00
parent 5076427d03
commit de73a98735

View File

@ -8,7 +8,6 @@ type project = {
mutable previousRunOrder: array<string>,
}
@genType
type t = project
@genType