Skip to content

Commit

Permalink
fix(typings): config::save method
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumearm committed Nov 3, 2018
1 parent 0005148 commit 7c627b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ export type ConfigSaveParams = {
export type ConfigApi = {
config: {
byKey: (params: ConfigByKeyParams) => Promise<string>
save: (params: ConfigSaveParams) => Promise<null>
save: (params: ConfigSaveParams) => Promise<void>
}
}

0 comments on commit 7c627b5

Please sign in to comment.