@required should not be allowed to mix with ?:
did:plc:fpruhuo22xkm5o7ttr2ktxdo opened this Oct 6, 2025 0 comments
did:plc:fpruhuo22xkm5o7ttr2ktxdo opened Oct 6, 2025
import "@typelex/emitter";
namespace tools.ozone.moderation.defs {
@required
createdAt?: datetime;
}
}This should be an error but currently it just emits it as optional.
No activity yet.