chore: build
This commit is contained in:
@@ -186,7 +186,7 @@ export interface MonthlyStatsSummary {
|
|||||||
total_quantity: number;
|
total_quantity: number;
|
||||||
}
|
}
|
||||||
export interface MonthlyStats {
|
export interface MonthlyStats {
|
||||||
month: string; // "2026-06"
|
month: string;
|
||||||
summary: MonthlyStatsSummary;
|
summary: MonthlyStatsSummary;
|
||||||
by_day: MonthlyDayStat[];
|
by_day: MonthlyDayStat[];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export interface ApiResponse {
|
|||||||
token_type?: string;
|
token_type?: string;
|
||||||
expires_in?: number;
|
expires_in?: number;
|
||||||
user?: UserResponse;
|
user?: UserResponse;
|
||||||
[key: string]: any; // Pour les champs additionnels
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user