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

[ts-interface-generator] Interface for ManagedObject based Class Instances #430

Open
BenReim opened this issue Feb 22, 2024 · 0 comments
Open
Labels
ts-interface-generator Related to the ts-interface-generator sub-package

Comments

@BenReim
Copy link

BenReim commented Feb 22, 2024

The ts-interface generator should consider cases in which not a class, but an instance is exported.

e.g. SampleManagedObject.ts

class SampleManagedObject extends ManagedObject {
 ...
 }

export default new SampleManagedObject();
@akudev akudev added the ts-interface-generator Related to the ts-interface-generator sub-package label Mar 4, 2024
@akudev akudev changed the title Interface for ManagedObject based Class Instances [ts-interface-generator] Interface for ManagedObject based Class Instances Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ts-interface-generator Related to the ts-interface-generator sub-package
Projects
None yet
Development

No branches or pull requests

2 participants