Skip to content

Conversation

@vladconstructor
Copy link
Contributor

No description provided.


export interface QuestionOption extends Record<string, any> {
id: number;
export interface BaseQuestionOption {
Copy link
Contributor

Choose a reason for hiding this comment

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

I updated the name. Is there a reason why this is not extending Record<string, any> anymore?

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 just removed it since I did not see any usefulness of it
Can add it back if you have strong opinion on that

@esezen esezen merged commit bdb216f into Constructor-io:master Oct 8, 2025
7 of 10 checks passed
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.

3 participants