Skip to content

Commit

Permalink
fix: default vault type
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Jun 24, 2020
1 parent bf74e2b commit 5d5205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ declare namespace Vault {
interface Options<T> extends Omit<Conf.Options<T>, 'configName' | 'cwd' | 'projectName' | 'projectSuffix' | 'projectVersion'> {}
}

declare class Vault<T> extends Conf<T> {
declare class Vault<T = any> extends Conf<T> {
constructor(nodecg: any, options?: Vault.Options<T>);
}

Expand Down

0 comments on commit 5d5205f

Please sign in to comment.