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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
still ends up with as optional in the type: title?: string;.
Is this to be expected? I see I can add codegen: { required: true }, to the `defineType object, but the that breaks that parameter's types. So now I'm doing this:
A field like this
still ends up with as optional in the type:
title?: string;
.Is this to be expected? I see I can add
codegen: { required: true },
to the `defineType object, but the that breaks that parameter's types. So now I'm doing this:The text was updated successfully, but these errors were encountered: