We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
types/user.tsのUser型がAPIに沿ってない。そもそもOpenAPIのcomponents UserのプロパティがnullableなのとAPI側に寄せるとスネークケースを使わないといけないことの2点が気に入らなくて独自に型を私が作った。
types/user.ts
でも1点目はOpenAPIにrequiredを書けばよい、2点目は私のただのお気持ち、なので今の実装はAPIからずれるだけで負債でしかない。この辺直す。
The text was updated successfully, but these errors were encountered:
@h-takeyeah このIssueRELEASEのどこかに紐づけてほしいです
Sorry, something went wrong.
おっと、見た時点で、紐づけられていました。見るの遅れてすみません。私も「できれば」に入れるつもりだったのでこれで大丈夫です
h-takeyeah
No branches or pull requests
types/user.ts
のUser型がAPIに沿ってない。そもそもOpenAPIのcomponents UserのプロパティがnullableなのとAPI側に寄せるとスネークケースを使わないといけないことの2点が気に入らなくて独自に型を私が作った。でも1点目はOpenAPIにrequiredを書けばよい、2点目は私のただのお気持ち、なので今の実装はAPIからずれるだけで負債でしかない。この辺直す。
The text was updated successfully, but these errors were encountered: