fix build
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { UserItemType } from "../../users/types/UserTypes";
|
||||
|
||||
export type workspaceItem = {
|
||||
id: string;
|
||||
createdAt: string;
|
||||
@@ -44,5 +42,6 @@ export type workspaceItem = {
|
||||
description: string;
|
||||
slug: string;
|
||||
status: string;
|
||||
staff: UserItemType[];
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
staff: any[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user