feat: cache stats sources
This commit is contained in:
parent
d87d9fb301
commit
b97fa88893
14 changed files with 98 additions and 92 deletions
10
src/types.ts
10
src/types.ts
|
@ -1,9 +1,7 @@
|
|||
export type MessageOverview =
|
||||
| {
|
||||
messageDate: Date;
|
||||
fromRecipientId: number;
|
||||
}[]
|
||||
| undefined;
|
||||
export type MessageOverview = {
|
||||
messageDate: Date;
|
||||
fromRecipientId: number;
|
||||
}[];
|
||||
|
||||
export type Recipients = {
|
||||
recipientId: number;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue