You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now you can pass in a class as schema<AClass>(). But it will register all its properties including virtual properties and methods. Should implement a way to filter out those properties
Right now you can pass in a class as
schema<AClass>(). But it will register all its properties including virtual properties and methods. Should implement a way to filter out those properties