Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 4, 2022
1 parent ba75533 commit f23ba1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1255,7 +1255,7 @@ declare interface CodeGenerationContext {
/**
* source types
*/
sourceTypes?: Omit<Set<string>, "delete" | "add">;
sourceTypes?: ReadonlySet<string>;
}
declare interface CodeGenerationResult {
/**
Expand Down

0 comments on commit f23ba1d

Please sign in to comment.