mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
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[] }>;
|
}): AsyncIterableIterator<{ data: Release[] }>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class GitHubReleaser {
|
export class GitHubReleaser implements Releaser {
|
||||||
github: GitHub;
|
github: GitHub;
|
||||||
constructor(github: GitHub) {
|
constructor(github: GitHub) {
|
||||||
this.github = github;
|
this.github = github;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue