mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 23:46:30 +02:00
This commit is contained in:
@@ -72,6 +72,8 @@ export type IUser = {
|
||||
is_pro: boolean;
|
||||
is_suspended: boolean;
|
||||
keywords: string[];
|
||||
two_factor_secret: string;
|
||||
two_factor_enabled: boolean;
|
||||
};
|
||||
|
||||
export function init(user): IUser {
|
||||
|
||||
Reference in New Issue
Block a user