diff --git a/src/deployer.ts b/src/deployer.ts index b8f5c708..4f9e921a 100644 --- a/src/deployer.ts +++ b/src/deployer.ts @@ -13,9 +13,7 @@ export interface Preferences { interactive: boolean; } -export interface Options { - username: string; -} +export type Options = Dictionary; export abstract class Deployable { abstract getAppName(): string;