UNPKG

cmp-aws-database

Version:

The package "cmp-aws-database" is for its database, which defines global tables. These tables are designed to be imported and used across multiple applications of "craft-my-plate."

21 lines (20 loc) 505 B
import { BaseModel } from "../../base-model"; export declare class AddOnsModel extends BaseModel { addonsId: string; platterId: string; categoryId: string; categoryName: string; itemId: string; itemName: string; itemType: string; actualPrice: number; discountPrice: number; quantity: number; quantityUnit: string; baseQuantity: number; itemImage: string; itemDescription: string; suggested: string; status: string; location: string[]; }