Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
aldis-ameriks committed Sep 2, 2020
1 parent ee32723 commit 1c8be9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schema-typegen.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ declare module 'schema-typegen' {
output?: string;
exclude?: string[];
header?: string;
ssl?: boolean;
types?: boolean;
}

export default (options: Options) => Promise<string>;
function generate(option: Options): Promise<string>;

export default generate;
}

0 comments on commit 1c8be9e

Please sign in to comment.