/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response serializer for platform prompt retrieval. */ export type PlatformPromptResponse = { platform_key: string; prompt_text: string; recommendation_type: string; spa_url?: string | null; active: boolean; created_at: string; updated_at: string; /** * Username of who created this prompt */ created_by?: string | null; };