Quote Dynamic type contracts
npm install @quotedynamic/common``bash`
$ git add .
$ git commit -m "chore: test message"
$ git push origin development
#### The package will be published by semantic release on ci level.
#### First need to commit changes
`bash`
$ git add .
$ git commit -m "chore: test message"
#### Then need to login to npm if not already logged in
`bash`
$ npm login
#### Then version and publish a package and push a commits
`bash`
$ npm run version-and-publish-by-hand
$ git push origin development
#### To use this package in other services, it needs to be installed
`bash`
$ npm i @quotedynamic/common
#### Then simply import the needed data
`bash`
$ import { UserSignUpOrganizationPayload } from '@quotedynamic/common'
#### To update the package in the services use
`bash``
$ npm update @quotedynamic/common