Fix prettier

This commit is contained in:
Adam Harvey
2021-01-06 01:07:12 -05:00
parent 9e9504ce43
commit 29038bafb6
@@ -133,7 +133,8 @@ export type CostInsightsApi = {
* The time period is supplied as a Duration rather than intervals, since this is always expected
* to return data for two bucketed time period (e.g. month vs month, or quarter vs quarter).
*
* @param options Options to use when fetching insights for a particular cloud product and interval time frame.
* @param options Options to use when fetching insights for a particular cloud product and
* interval time frame.
*/
getProductInsights(options: ProductInsightsOptions): Promise<Entity>;