pass data properly to userbutton
This commit is contained in:
@ -4,6 +4,7 @@ export type User = {
|
||||
id: string
|
||||
name: string
|
||||
email: string
|
||||
sandbox: Sandbox[]
|
||||
}
|
||||
|
||||
export type Sandbox = {
|
||||
|
Reference in New Issue
Block a user