Refactor Filters and Search (#119)
This commit is contained in:
@ -17,9 +17,6 @@ export type Company = {
|
||||
creationDate: Date;
|
||||
};
|
||||
|
||||
export type PartialCompany = Partial<Company> &
|
||||
Pick<Company, 'id' | 'name' | 'domain_name'>;
|
||||
|
||||
export type GraphqlQueryCompany = {
|
||||
id: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user