Skip to content

Commit

Permalink
feat: create export action formatting (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaYahya authored May 13, 2024
1 parent 45537c5 commit c168252
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/action/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ export type ActionData = {
requestedSampleSize: number;
};
};

export enum ExportActionsFormatting {
JSON = 'json',
CSV = 'csv',
}

0 comments on commit c168252

Please sign in to comment.