fa550786b0
Refactor `SignInResolverFactoryOptions` and `createSchemaFromZod` to use `TSchema extends ZodType` instead of `ZodSchema<Output, Def, Input>`, avoiding "excessively deep" TypeScript inference errors when multiple Zod copies are resolved in a project. Signed-off-by: Jon Koops <jonkoops@gmail.com>
@backstage/frontend-plugin-api
The new frontend system that this package is part of is in alpha, and we do not yet recommend using it for production deployments
This package provides the framework API used by Backstage frontend plugins. It implements the design outlined in RFC: Frontend System Evolution.