8 lines
No EOL
159 B
TypeScript
8 lines
No EOL
159 B
TypeScript
export default interface RegisterViewModel {
|
|
message?: string,
|
|
registerKey: string
|
|
username: string,
|
|
email: string,
|
|
password: string,
|
|
password2: string
|
|
} |