Add host_lower to User
This commit is contained in:
parent
336384a193
commit
285bf04221
3 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ export type IUser = {
|
|||
is_suspended: boolean;
|
||||
keywords: string[];
|
||||
host: string;
|
||||
host_lower: string;
|
||||
account: {
|
||||
keypair: string;
|
||||
email: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue