PyKen
Results
41
comments of
PyKen
somehow it does not crash when ``` model Data { status: Status; at: utcDateTime; } ``` is changed to ``` model Data { status: Status; at: string; } ```