Changed types
This commit is contained in:
@@ -47,7 +47,7 @@ declare module "fastify" {
|
||||
user?: {
|
||||
user_id: string;
|
||||
email: string;
|
||||
tenant_id?: string;
|
||||
tenant_id?: number;
|
||||
role?: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user