Skip to content

Commit

Permalink
feat(reporting): allow passing contraints as an object for report() f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
kritzware authored and avermeil committed Apr 30, 2019
1 parent cc16ab3 commit 7513081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -217,7 +217,7 @@ export interface Constraint {
export interface ServiceListOptions {
limit?: number
order_by?: string
constraints?: Array<string | object | Constraint>
constraints?: Array<string | object | Constraint> | object
}

/**
Expand Down

0 comments on commit 7513081

Please sign in to comment.