Skip to content

Move away from .d.ts for types #1594

Description

@zapteryx

Describe the feature

Based on best practices, we should not be creating .d.ts files for our types.
Work has already begun on moving them to types.ts files within proper folder structures.

  • For types that are used in other files, export them through types.ts and expose types.ts through index.ts
  • For types only used in a single file, move the type to the top of the file

Priority

Medium

List the benefits of adding such a feature

Is this feature request related to a problem?

Metadata

Metadata

Assignees

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions