chore: Switch some zod imports to type only
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
ffaded0b30
commit
e6c41459f5
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { ZodSchema } from 'zod/v3';
|
||||
import type { ZodSchema } from 'zod/v3';
|
||||
import {
|
||||
MutableSessionManager,
|
||||
SessionScopesFunc,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { TypeOf } from 'zod/v3';
|
||||
import type { TypeOf } from 'zod/v3';
|
||||
import { ProxiedSession, proxiedSessionSchema } from './types';
|
||||
|
||||
describe('types', () => {
|
||||
|
||||
Reference in New Issue
Block a user