Skip to content

Commit

Permalink
fix: add getPluginsList to Config interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 23, 2023
1 parent 56245c4 commit cba7a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export interface Config {
s3Url(key: string): string;
s3Key(type: 'versioned' | 'unversioned', ext: '.tar.gz' | '.tar.xz', options?: Config.s3Key.Options): string;
s3Key(type: keyof PJSON.S3.Templates, options?: Config.s3Key.Options): string;
getPluginsList(): Plugin[];
}

export namespace Config {
Expand Down

0 comments on commit cba7a75

Please sign in to comment.