/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Client input when downloading circuit files. */ export type CircuitDownloadInput = { /** * The optional file path within the circuit package to download. */ path?: string | null; };