deep-foundation / deep-foundation/deeplinks

Use one object-argument and export types

Open
#133 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.