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 primary key type on action edits #502

Merged
merged 2 commits into from
Jul 23, 2024
Merged

Conversation

ssanjay1
Copy link
Contributor

Replaced unknown with string|number

@@ -38,7 +38,7 @@ type ObjectEdit =
bSideObject: ObjectReference;
});
interface ObjectReference {
primaryKey: unknown;
primaryKey: string | number;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I didn't add boolean here, but if we want to maintain uniformity with our other types I can add it in

@ssanjay1 ssanjay1 merged commit 3615522 into main Jul 23, 2024
7 checks passed
@ssanjay1 ssanjay1 deleted the ssanjay/primaryKeyActionEdits branch July 23, 2024 13:39
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.

2 participants