Clean up teams on user delete.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { NextApiRequest } from 'next';
|
||||
import { ROLES } from './constants';
|
||||
|
||||
type ObjectValues<T> = T[keyof T];
|
||||
|
||||
export type Roles = ObjectValues<typeof ROLES>;
|
||||
|
||||
export interface Auth {
|
||||
user?: {
|
||||
|
||||
Reference in New Issue
Block a user