export default interface RegisterViewModel { message?: string, username: string, password: string }