import "@typelex/emitter";
namespace tools.ozone.moderation.defs {
@required
createdAt?: datetime;
}
}
This should be an error but currently it just emits it as optional.
import "@typelex/emitter";
namespace tools.ozone.moderation.defs {
@required
createdAt?: datetime;
}
}
This should be an error but currently it just emits it as optional.
should be fixed