Types src/content
This commit is contained in:
parent
992b3ac65d
commit
d01db82c0d
62 changed files with 1411 additions and 468 deletions
|
@ -12,7 +12,7 @@ export default class VersionUseCase {
|
|||
this.notifyPresenter = new NotifyPresenter();
|
||||
}
|
||||
|
||||
notify(): Promise<string> {
|
||||
notify(): Promise<void> {
|
||||
let title = `Vim Vixen ${manifest.version} has been installed`;
|
||||
let message = 'Click here to see release notes';
|
||||
let url = this.releaseNoteUrl(manifest.version);
|
||||
|
|
Reference in a new issue