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

7 lines (6 loc) 215 B
import { GenericDAO } from "../../base-dao"; import { LsqCrmModel } from "./lsq-crm-model"; declare class LSQCRMLeadDao extends GenericDAO<LsqCrmModel> { } export declare const leadCrmDao: LSQCRMLeadDao; export {};