import type { IOptions } from "../Options/Interfaces/IOptions.js";
import type { RecursivePartial } from "./RecursivePartial.js";
export type ISourceOptions = RecursivePartial<IOptions>;
