deep-foundation / deep-foundation/deeplinks
(await deep.select(...)).data[0] can be undefined, type is wrong
Open
bug
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug
(await deep.select(...)).data[0] can be undefined, type is wrong

### Expected Behavior
Items must be of type `Link|undefined`, not just `Link`
### Current Behavior
Items are of type `Link`, not `Link|undefined`
### Steps to reproduce
_No response_
### Environment
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.