Skip to content

Commit

Permalink
chore: actions type should be array
Browse files Browse the repository at this point in the history
  • Loading branch information
yarastqt committed Nov 28, 2020
1 parent 0827dcb commit 798112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare module 'style-dictionary' {
export type Platform = {
buildPath: string
transforms?: string[]
actions?: string
actions?: string[]
files: Array<{
destination: string
format: string
Expand Down

0 comments on commit 798112a

Please sign in to comment.