@elimeleth/vct-flow
Version:
Crea un archivo app.ts, coloca el codigo de abajo alli y luego puedes correrlo con `npx tsx src/app.ts`
16 lines (15 loc) • 515 B
TypeScript
export declare const queries: {
tokens_per_model_daily: string;
tokens_per_model_weekly: string;
tokens_per_model_monthly: string;
top_services_monthly: string;
messages_by_phone_monthly: string;
avg_daily_messages_per_phone: string;
avg_weekly_messages_per_phone: string;
avg_tokens_per_message: string;
tokens_by_day: string;
top_users_by_tokens: string;
new_users_monthly: string;
avg_response_time: string;
};
export declare const sheets: Record<string, string>;