Remove some dead code (#6611)
We could remove a lot more than this, this is just a start. There are various tools to help with this, knip is a good one
This commit is contained in:
@ -24,7 +24,7 @@ export type ParticipantWithId = Participant & {
|
||||
id: string;
|
||||
};
|
||||
|
||||
export type Attachment = {
|
||||
type Attachment = {
|
||||
id: string;
|
||||
filename: string;
|
||||
size: number;
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
export type GmailThread = {
|
||||
id: string;
|
||||
subject: string;
|
||||
};
|
||||
Reference in New Issue
Block a user