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."

17 lines (16 loc) 519 B
import { BaseModel } from "../../base-model"; export declare class TierDetailsModel extends BaseModel { tierId: string; tierType: string; eligibilityReferee: number; eligibilitySpend: number; signUpBonus: number; referralPlaceOrderPercentage: number; tierUpgradeBonus: number; loyaltyCashbackPercentage: number; usedCoinPercentage: number; withdrawableCoinPercentage: number; complimentaryDish: string; instantReferralBonus: number; leadReferralPercentage: number; }