import type { LegaleFetchObject } from '../../legale-auth/index.js'; export interface LegaleInject { test?: boolean; legaleFetch?: LegaleFetchObject; }