declare interface impl
This commit is contained in:
parent
ca93e708e3
commit
916d072e3d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ export interface Releaser {
|
|||
}): AsyncIterableIterator<{ data: Release[] }>;
|
||||
}
|
||||
|
||||
export class GitHubReleaser {
|
||||
export class GitHubReleaser implements Releaser {
|
||||
github: GitHub;
|
||||
constructor(github: GitHub) {
|
||||
this.github = github;
|
||||
|
|
Loading…
Reference in a new issue