Skip to content

Commit

Permalink
feat(condo): DOMA-10516 add types
Browse files Browse the repository at this point in the history
  • Loading branch information
tolmachev21 committed Dec 12, 2024
1 parent 4e3376a commit 132b856
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/condo/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -64121,6 +64121,7 @@ input B2BAppHistoryRecordsCreateInput {

enum B2BAppIconType {
AlertCircle
ArrowDownUp
ArrowLeft
ArrowRight
BarChartHorizontal
Expand Down
1 change: 1 addition & 0 deletions apps/condo/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3754,6 +3754,7 @@ export type B2BAppHistoryRecordsUpdateInput = {

export enum B2BAppIconType {
AlertCircle = 'AlertCircle',
ArrowDownUp = 'ArrowDownUp',
ArrowLeft = 'ArrowLeft',
ArrowRight = 'ArrowRight',
BarChartHorizontal = 'BarChartHorizontal',
Expand Down

0 comments on commit 132b856

Please sign in to comment.