Skip to content

Commit

Permalink
chore: updating based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanksdesign committed Nov 9, 2021
1 parent fcd85fe commit a81e435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ declare namespace StyleDictionary {
options: Config;

transform: Record<string, Transform>;
transformGroup: Record<string, TransformGroup['transforms']>;
transformGroup: Record<string, Array<string>>;
format: Record<string, Format>;
action: Record<string, Action>;
filter: Record<string, Filter>;
Expand Down

0 comments on commit a81e435

Please sign in to comment.