MonthlyEarning
Source: lyda-shared/src/Models/db/finance/MonthlyEarning.ts
MonthlyEarning
Type: interface
export interface MonthlyEarning {
id: number;
generated_at: Date;
month: string;
amount: number;
product_id: number;
}
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| id | number | Yes | - |
| generated_at | Date | Yes | - |
| month | string | Yes | - |
| amount | number | Yes | - |
| product_id | number | Yes | - |