export interface AnswerPreCheckoutQueryOptionsApplicationJson { pre_checkout_query_id: string; ok: boolean; error_message?: string; }