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."
22 lines (21 loc) • 544 B
TypeScript
import { BaseModel } from "../../base-model";
export declare class FindMyPlatterModel extends BaseModel {
findMyPlatterId: string;
platterId: string;
platterName: string;
basePrice: number;
minimumPax: number;
maximumPax: number;
imageUrl: string;
minPrice: number;
platterActive: string;
mealTimes: string;
menuType: string;
platterType: string;
platterSubType: string;
platterLink: string;
hasPaneer: boolean;
hasEgg: boolean;
hasChicken: boolean;
hasMutton: boolean;
}