0.3.0 • Published 1 year ago

@vtex-miss/platform-types v0.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Motivation

In our daily development tasks with the VTEX IO platform, we often encounter specific object structures. When implementing solutions on the front-end or backend, it's common to revisit documentation or repositories just to understand the structure of something.

With this repository, the idea is to streamline this process by providing comprehensive typings for commonly used structures. This enables TypeScript to automatically verify the correctness of these structures, speeding up development by ensuring consistency and precision in implementations.

Usage

In your code, import the type you want to use:

import { StorefrontFunctionComponent } from '@vtex/platform-types'

// ...

Available types

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago