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
In your documentation of Arg https://decapi.netlify.com/docs-docs-explore-arg it shows having a defaultValue such as @Arg({ nullable: true, defaultValue: 2 }) exponent: number. Yet the API and the TS Types don't include defaultValue as a valid known property.