I think it's literally about having optional and n...
# arrow
e
I think it's literally about having optional and nullable types. E.g. take Discord API - they say in documentation that some fields might be absent - they are optional - some might come null, whatever their type is - they are nullable - and some can be both.