Skip to content

Commit

Permalink
Remove unneeded action type
Browse files Browse the repository at this point in the history
  • Loading branch information
wonderwhy-er committed Dec 24, 2024
1 parent 217025e commit 1cf1a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/actions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type ActionType = 'file' | 'shell' | 'preview';
export type ActionType = 'file' | 'shell';

export interface BaseAction {
content: string;
Expand Down

0 comments on commit 1cf1a81

Please sign in to comment.