2.3.0 • Published 2 years ago

atomic-delivery-types v2.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

alt text

Description

The Delivery types repository is a library that provides common interfaces, DTOs, types, and enums to be used in any repository within the delivery space.

Installation

npm install atomic-delivery-types
or
yarn add atomic-delivery-types

Usage

import { UpdateAddressDto } from "atomic-delivery-types";

// Then you can use the DTO imported as a type.
const updateAddressInput: UpdateAddressDto;

// Another example
import { Gender } from "atomic-delivery-types"
const male = Gender.MALE;

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

2.3.0

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago