UNPKG

@tomei/product

Version:

NestJS package for product module

9 lines (8 loc) 244 B
import { Model } from 'sequelize-typescript'; import { StockProfile } from './stock-profile.entity'; export declare class StockTag extends Model { TagId: string; ProfileId: string; Name: string; Profile: StockProfile; }