/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { SectionOut } from './SectionOut'; /** * POST /v1/codes/search response. */ export type CodeSearchOut = { query: string; rows?: Array; total: number; limit: number; offset: number; };