/**
 * Catalog route types
 *
 * Types for /api/catalog endpoints
 */
export * from './get-catalog';
