updates types and add watch providers
This commit is contained in:
@@ -8,7 +8,7 @@ export interface CompanyDetails {
|
||||
logo_path: string;
|
||||
name: string;
|
||||
origin_country: string;
|
||||
parent_company: ParentCompany;
|
||||
parent_company?: ParentCompany;
|
||||
}
|
||||
|
||||
export interface ParentCompany {
|
||||
|
||||
Reference in New Issue
Block a user