deep-foundation / deep-foundation/deeplinks
Use one object-argument and export types
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
# Reasons
- Typescript users will be able types
- It is easier to maintain, change our API if we have object arguments
- Object arguments are more readable in almost all programming languages
# Example
Collect updates data:
```ts
const updatesData: UpdateRequest[] = [];
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.