Removes null | undefined from the return type if the operation is a subscription, since subs don't fire on empty/non-existent values.
null | undefined
Removes
null | undefinedfrom the return type if the operation is a subscription, since subs don't fire on empty/non-existent values.