Skip to content

Commit

Permalink
fix(types): fixing transform group property type of Config (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhao authored Jan 3, 2023
1 parent d338633 commit 0f0ad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/Config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { DesignTokens } from './DesignToken';
export interface Config {
parsers?: Parser[];
transform?: Record<string, Transform>;
transformGroup?: Record<string, TransformGroup>;
transformGroup?: Record<string, TransformGroup['transforms']>;
format?: Record<string, Formatter>;
filter?: Record<string, Filter['matcher']>;
fileHeader?: Record<string, FileHeader>;
Expand Down

0 comments on commit 0f0ad10

Please sign in to comment.