feat: registration with invite codes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
export interface User {
|
||||
id: string
|
||||
email: string
|
||||
name: string
|
||||
created_at?: string
|
||||
}
|
||||
|
||||
export interface CreateUserPayload {
|
||||
email: string
|
||||
password: string
|
||||
name: string
|
||||
invite_code: string
|
||||
}
|
||||
Reference in New Issue
Block a user