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."
18 lines (17 loc) • 435 B
TypeScript
import { BaseModel } from "../../base-model";
export declare class LsqCrmModel extends BaseModel {
leadCrmId: string;
userId: string;
relatedProspectId: string;
activityEvent: string;
activityNote: string;
processFilesAsync: string;
activityDateTime: string;
Fields: Fields[];
phoneNumber: string;
updatedLsq: string;
}
export declare class Fields {
schemaName: string;
value: string;
}