chore: switch to guts for typescript types generation (#15801)

switch to guts for typescript type generation
omitempty vs null must now be explicit
This commit is contained in:
Steven Masley
2024-12-11 14:39:21 -06:00
committed by GitHub
parent 2ec2e8ae6d
commit 077e594856
36 changed files with 2125 additions and 1684 deletions

View File

@ -96,6 +96,7 @@ export const CreateUserForm: FC<
name: "",
organization_ids: ["00000000-0000-0000-0000-000000000000"],
login_type: "",
user_status: null,
},
validationSchema,
onSubmit,