Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
FredPeal committed Nov 14, 2023
1 parent 53a7d68 commit fadae99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/types/companies-branches.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import {
UserInterface,
FilesystemInterface,
FilesystemInputUrl,
CompanyInterface,
Expand Down
3 changes: 1 addition & 2 deletions src/types/companies.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { UserInterface, FilesystemInterface, FilesystemInputUrl } from 'index';
import { UserInterface } from 'index';

export interface CompanyInterface {
id: string;
Expand Down Expand Up @@ -30,7 +30,6 @@ export interface CompanyInput {
files: File[];
}


export interface QueryCompaniesWhereWhereConditions {
column: string;
operator: string;
Expand Down

0 comments on commit fadae99

Please sign in to comment.