/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * A mentor currently consuming the source's prompt. */ export type SharedSystemPromptConsumer = { unique_id: string; name: string; slug: string; platform_key: string | null; };