Skip to main content

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

PropertyTypeRequiredDescription
idnumberYes-
generated_atD​a​t​eYes-
monthstringYes-
amountnumberYes-
product_idnumberYes-