/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response serializer for PathwayCompletionQueryView GET endpoint. */ export type PathwayCompletionResponse = { /** * Total number of items in the pathway */ count: number; /** * Overall completion percentage for the pathway (0.0 to 1.0) */ completion_percentage: number; };