Skip to content

Commit

Permalink
import ReportNextSteps in OnyxKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
marcochavezf committed Oct 11, 2023
1 parent 3355f18 commit 2dfeadb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/onyx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import Policy from './Policy';
import PolicyCategory from './PolicyCategory';
import Report from './Report';
import ReportMetadata from './ReportMetadata';
import ReportNextStep from './ReportNextStep';
import ReportAction from './ReportAction';
import ReportActionReactions from './ReportActionReactions';
import SecurityGroup from './SecurityGroup';
Expand Down Expand Up @@ -88,6 +89,7 @@ export type {
ReportMetadata,
ReportAction,
ReportActionReactions,
ReportNextStep,
SecurityGroup,
Transaction,
Form,
Expand Down

0 comments on commit 2dfeadb

Please sign in to comment.