chore: Switch some zod imports to type only

Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
Gabriel Dugny
2026-03-14 11:38:12 +01:00
committed by Fredrik Adelöw
parent ffaded0b30
commit e6c41459f5
4 changed files with 5 additions and 5 deletions
@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { ZodSchema, ZodTypeDef } from 'zod/v3';
import type { ZodSchema, ZodTypeDef } from 'zod/v3';
import { SignInResolver } from '../types';
import zodToJsonSchema from 'zod-to-json-schema';
import { JsonObject } from '@backstage/types';