add: tailwind css
This commit is contained in:
@@ -261,6 +261,7 @@ export interface User {
|
||||
emailVerified?: string | null;
|
||||
name?: string | null;
|
||||
image?: string | null;
|
||||
type?: ('admin' | 'student') | null;
|
||||
accounts?:
|
||||
| {
|
||||
id?: string | null;
|
||||
@@ -391,6 +392,7 @@ export interface UsersSelect<T extends boolean = true> {
|
||||
emailVerified?: T;
|
||||
name?: T;
|
||||
image?: T;
|
||||
type?: T;
|
||||
accounts?:
|
||||
| T
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user