Skip to content

Commit

Permalink
Add props to exportuserconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Paola Nicosia committed Apr 15, 2024
1 parent 42b38a3 commit ee30b31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/events/bk/exportData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export type ExportUserConfig = {
filters: ExportFiltering
columns: string[]
columnName: ExportColumnName
dateFormat?: string
timezone?: string
}

/**
Expand Down

0 comments on commit ee30b31

Please sign in to comment.