/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type RetreiverTrainViewRequest = { /** * Pathway for document to be trained in */ pathway: string; /** * Url of the document to be trained */ url: string; };