diff --git a/src/types/companies-branches.ts b/src/types/companies-branches.ts index 4d83d33f..7efe2fcf 100644 --- a/src/types/companies-branches.ts +++ b/src/types/companies-branches.ts @@ -1,5 +1,4 @@ import { - UserInterface, FilesystemInterface, FilesystemInputUrl, CompanyInterface, diff --git a/src/types/companies.ts b/src/types/companies.ts index 1b4c9c47..6b13d27a 100644 --- a/src/types/companies.ts +++ b/src/types/companies.ts @@ -1,4 +1,4 @@ -import { UserInterface, FilesystemInterface, FilesystemInputUrl } from 'index'; +import { UserInterface } from 'index'; export interface CompanyInterface { id: string; @@ -30,7 +30,6 @@ export interface CompanyInput { files: File[]; } - export interface QueryCompaniesWhereWhereConditions { column: string; operator: string;