Skip to content

Commit

Permalink
Ordering of properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Apr 24, 2018
1 parent 36a5c62 commit 2cde608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/api/src/types.js
Expand Up @@ -16,6 +16,6 @@ export type ApiInterface$Section = {
};

export type ApiInterface = {
[InterfaceTypes]: ApiInterface$Section,
on (type: ProviderInterface$Emitted, callback: ProviderInterface$EmitCb): void
on: (type: ProviderInterface$Emitted, callback: ProviderInterface$EmitCb) => void,
[InterfaceTypes]: ApiInterface$Section
}

0 comments on commit 2cde608

Please sign in to comment.