✌️
This commit is contained in:
		
							parent
							
								
									a0795b1afe
								
							
						
					
					
						commit
						1625fdc2f4
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -37,7 +37,7 @@ export default User;
 | 
			
		|||
type IUserBase = {
 | 
			
		||||
	_id: mongo.ObjectID;
 | 
			
		||||
	createdAt: Date;
 | 
			
		||||
	deletedAt: Date;
 | 
			
		||||
	deletedAt?: Date;
 | 
			
		||||
	followersCount: number;
 | 
			
		||||
	followingCount: number;
 | 
			
		||||
	name?: string;
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,6 @@ type IUserBase = {
 | 
			
		|||
	description: string;
 | 
			
		||||
	pinnedNoteId: mongo.ObjectID;
 | 
			
		||||
	isSuspended: boolean;
 | 
			
		||||
	keywords: string[];
 | 
			
		||||
	host: string;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -81,7 +80,7 @@ export interface ILocalUser extends IUserBase {
 | 
			
		|||
	isPro: boolean;
 | 
			
		||||
	twoFactorSecret: string;
 | 
			
		||||
	twoFactorEnabled: boolean;
 | 
			
		||||
	twoFactorTempSecret: string;
 | 
			
		||||
	twoFactorTempSecret?: string;
 | 
			
		||||
	clientSettings: any;
 | 
			
		||||
	settings: any;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue