feat: cache stats sources

This commit is contained in:
Samuel 2024-12-18 19:03:44 +01:00
parent d87d9fb301
commit b97fa88893
No known key found for this signature in database
14 changed files with 98 additions and 92 deletions

View file

@ -1,9 +1,7 @@
export type MessageOverview =
| {
messageDate: Date;
fromRecipientId: number;
}[]
| undefined;
export type MessageOverview = {
messageDate: Date;
fromRecipientId: number;
}[];
export type Recipients = {
recipientId: number;