This package exports all decorators that are available in Sequelize, built using the legacy stage-3 decorators proposal.
All available decorators can be imported as follows:
import { HasOne, Attribute } from '@sequelize/core/decorators-legacy'; Copy
import { HasOne, Attribute } from '@sequelize/core/decorators-legacy';
This package exports all decorators that are available in Sequelize, built using the legacy stage-3 decorators proposal.
All available decorators can be imported as follows: