Skip to content

Commit

Permalink
fix: update Options type
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jun 28, 2021
1 parent c28137b commit f24a800
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/deployer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export interface Preferences {
interactive: boolean;
}

export interface Options {
username: string;
}
export type Options = Dictionary<string>;

export abstract class Deployable {
abstract getAppName(): string;
Expand Down

0 comments on commit f24a800

Please sign in to comment.