aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/users/user-create.model.ts
blob: 2cddcdcb0343d2742b655be77dffb87cecdd816d (plain) (blame)
1
2
3
4
5
export interface UserCreate {
  username: string
  password: string
  email: string
}