mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-14 20:06:33 +08:00
fix: keep Telegram AI extract result on metadata errors (#1045)
This commit is contained in:
@@ -208,3 +208,9 @@ export type RawMailRow = {
|
||||
metadata?: string;
|
||||
created_at?: string;
|
||||
}
|
||||
|
||||
export type ExtractResult = {
|
||||
type: 'auth_code' | 'auth_link' | 'service_link' | 'subscription_link' | 'other_link' | 'none';
|
||||
result: string;
|
||||
result_text: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user