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

11 lines (10 loc) 268 B
import { BaseModel } from "../../base-model"; export declare class BankDetailsModel extends BaseModel { id: string; userId: string; holderName: string; accountNumber: string; confirmAccountNumber: string; ifscCode: string; upiId: string; }