started to convert to typescript
This commit is contained in:
5
back/interfaces/mail/attrs.interface.ts
Normal file
5
back/interfaces/mail/attrs.interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface User {
|
||||
name: string,
|
||||
mailbox: string,
|
||||
host: string
|
||||
}
|
||||
Reference in New Issue
Block a user