fix(company): remove redundant line for logo in Company interface
This commit is contained in:
@@ -19,8 +19,7 @@ export interface Company {
|
||||
responsible_last_name: string | null;
|
||||
responsible_mother_last_name: string | null;
|
||||
responsible_rfc?: string | null;
|
||||
position?: string | null;
|
||||
logo?: string | null;
|
||||
position?: string | null;
|
||||
has_express_line?: boolean;
|
||||
is_service_company?: boolean;
|
||||
order_format_type?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user