Files
freeplanet/src/model/signup-option.ts
2018-11-11 19:27:04 +01:00

10 lines
153 B
TypeScript

export interface ISignupOptions {
email?: string
username: string
password?: string
lang?: string
repeatPassword?: string
terms?: boolean
}