5 lines
No EOL
102 B
TypeScript
5 lines
No EOL
102 B
TypeScript
export default interface RegisterViewModel {
|
|
message?: string,
|
|
username: string,
|
|
password: string
|
|
} |