feat: add email blocklist section with mocked data (#3145)
* feat: add email blocklist section with mocked data * fix:front lint testcase * fix: add current date and placeholder update --------- Co-authored-by: Lakshay saini <lakshay.saini@finmo.net>
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
export type BlockedEmail = {
|
||||
id: string;
|
||||
email: string;
|
||||
blocked_at: string;
|
||||
};
|
||||
Reference in New Issue
Block a user