Extracting TypeScript Types from Schema Definitions in TypeScript
hi! maybe this isn't good practice, but is there a way of pulling this type (see ts type) from something like this (see schema):
(i accept better practices suggestions, but i need to extract that type with
(i accept better practices suggestions, but i need to extract that type with
Schema.Schema.Type<typeof CreateTeamsSolutionRequestDataSchema>)