Initial commit
This commit is contained in:
8
app/types/emailContext.ts
Normal file
8
app/types/emailContext.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface EmailContextType {
|
||||
selectedEmails: string;
|
||||
selectedName: string;
|
||||
selectedId: string;
|
||||
setSelectedEmails: (emails: string) => void;
|
||||
setSelectedName: (name: string) => void;
|
||||
setSelectedId: (id: string) => void;
|
||||
}
|
||||
Reference in New Issue
Block a user