ing
This commit is contained in:
9
model/email/EmailAuth.ts
Normal file
9
model/email/EmailAuth.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Member} from '../member';
|
||||
|
||||
export interface EmailAuth {
|
||||
id?: number;
|
||||
emailAuthKey?: string;
|
||||
createDate?: Date;
|
||||
authConfirmDate?: Date;
|
||||
member?: Member;
|
||||
}
|
||||
Reference in New Issue
Block a user