export interface DeleteWorkspaces {
  workspaceIds: string[];
}
