import type { SanitizedConfig } from "payload"; // Minimal SanitizedConfig stub for tests that need to construct repos // without actually loading the real Payload config. Repository tests // that mock the `payload` module never read fields off this object. export const stubPayloadConfig = {} as SanitizedConfig;