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

16 lines (15 loc) 397 B
import { BaseModel } from "../../base-model"; export declare class ContentModel extends BaseModel { id: string; category: string; category_order: number; title: string; title_icon: string; content_type?: string; title_image: string; content_details: string[]; images_url: string[]; videos_url: string[]; location: string[]; contentActive: string; }