- getProducts(__namedParameters): Promise<{
asset_type_id: number;
created_at: string;
depreciation_type_id: null | number;
description: null | string;
description_text: null | string;
id: number;
manufacturer: null | string;
mode_of_procurement: null | string;
name: string;
status: null | string;
updated_at: null | string;
}[]>
-
Parameters
-
__namedParameters: BaseGetInput
Returns Promise<{
asset_type_id: number;
created_at: string;
depreciation_type_id: null | number;
description: null | string;
description_text: null | string;
id: number;
manufacturer: null | string;
mode_of_procurement: null | string;
name: string;
status: null | string;
updated_at: null | string;
}[]>