/**
 * @fileoverview Output schemas for cache flush date endpoint
 *
 * Re-exports shared cache flush date output schema with API-specific type names
 * for backward compatibility.
 */
import { type CacheFlushDateOutput, cacheFlushDateOutputSchema } from "../../../shared/cacheFlushDate";
export { cacheFlushDateOutputSchema };
export type { CacheFlushDateOutput };
export type CacheFlushDateVessels = CacheFlushDateOutput;
//# sourceMappingURL=cacheFlushDate.output.d.ts.map