pass data properly to userbutton

This commit is contained in:
Ishaan Dey
2024-04-18 15:25:20 -04:00
parent 5dc337e2ff
commit a765eea5d8
5 changed files with 37 additions and 48 deletions

View File

@ -4,6 +4,7 @@ export type User = {
id: string
name: string
email: string
sandbox: Sandbox[]
}
export type Sandbox = {