Description:
Currently, we use Object in the codebase, but it is too verbose in some cases.
Would be to add a shorter alias Obj that points to Object for cleaner and more concise code.
Acceptance Criteria:
Obj can be used everywhere instead of Object.
Both Object and Obj should be interchangeable.
Update documentation/examples to include the new alias.
Description:
Currently, we use Object in the codebase, but it is too verbose in some cases.
Would be to add a shorter alias Obj that points to Object for cleaner and more concise code.
Acceptance Criteria:
Obj can be used everywhere instead of Object.
Both Object and Obj should be interchangeable.
Update documentation/examples to include the new alias.