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

13 lines (12 loc) 313 B
import { BaseModel } from "../../base-model"; export declare class ReferalContentModel extends BaseModel { contentId: string; category: string; title: string; description: string; titleIcon: string; imageUrl: string; status: string; category_order: number; location: string; }