Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type correction #255

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

fix: type correction #255

wants to merge 2 commits into from

Conversation

gokaybiz
Copy link

No description provided.

@B4nan B4nan requested a review from barjin December 13, 2023 08:10
@barjin
Copy link
Collaborator

barjin commented Dec 13, 2023

Looks good to me, thank you for your contribution!

Once the tests are fixed (see the TS build issue), we can safely merge this.

uaFullVersion: string;
}

export interface ExtraProperties {
Copy link
Member

Choose a reason for hiding this comment

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

generally speaking, we prefer interfaces over types for objects, but since all the other object types here are types, lets stay consistent and change only this one to be a type

@B4nan B4nan added the t-tooling Issues with this label are in the ownership of the tooling team. label May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants