Skip to content

Commit

Permalink
fix(web) drop ActionResult type from software.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jul 22, 2024
1 parent b06984c commit 2b535d7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/src/types/software.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ type Product = {
description: string;
};

type ActionResult = {
/** Whether the action was successfully done */
success: boolean;
/** Result message */
message: string;
};

type PatternsSelection = { [key: string]: SelectedBy };

/**
Expand Down Expand Up @@ -87,7 +80,6 @@ type Pattern = {

export { SelectedBy };
export type {
ActionResult,
Pattern,
PatternsGroups,
PatternsSelection,
Expand Down

0 comments on commit 2b535d7

Please sign in to comment.