Skip to content

Conversation

@DiogoSoaress
Copy link
Contributor

Export some missing enum types to be used in the frontend clients:

@github-actions
Copy link

github-actions bot commented Sep 15, 2022

ESLint Summary View Full Report

Annotations are provided inline on the Files Changed tab. You can also see all annotations that were generated on the annotations page.

Type Occurrences Fixable
Errors 0 0
Warnings 0 0
Ignored 0 N/A
  • Result: ✅ success
  • Annotations: 0 total

Report generated by eslint-plus-action


export type Transaction = {
transaction: TransactionSummary
conflictType: 'None' | 'HasNext' | 'End'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
conflictType: 'None' | 'HasNext' | 'End'
conflictType: ConflictType

Copy link
Member

@katspaugh katspaugh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@katspaugh
Copy link
Member

You might want to bump the version too

@DiogoSoaress
Copy link
Contributor Author

You might want to bump the version too

bumped the patch version

@katspaugh katspaugh merged commit be6895a into main Sep 15, 2022
@katspaugh katspaugh deleted the add-type-enums branch September 15, 2022 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants