import type { SectionOut } from './SectionOut'; /** * POST /v1/codes/search response. */ export type CodeSearchOut = { query: string; rows?: Array; total: number; limit: number; offset: number; }; //# sourceMappingURL=CodeSearchOut.d.ts.map