Midday / apps /engine /src /common /bindings.ts
Jules
Final deployment with all fixes and verified content
c09f67c
export type Bindings = {
KV: KVNamespace;
STORAGE: R2Bucket;
TELLER_CERT: Fetcher;
AI: Ai;
API_SECRET_KEY: string;
GOCARDLESS_SECRET_ID: string;
GOCARDLESS_SECRET_KEY: string;
PLAID_CLIENT_ID: string;
PLAID_ENVIRONMENT: string;
PLAID_SECRET: string;
TYPESENSE_API_KEY: string;
TYPESENSE_ENDPOINT_AU: string;
TYPESENSE_ENDPOINT_EU: string;
TYPESENSE_ENDPOINT_US: string;
TYPESENSE_ENDPOINT: string;
UPSTASH_REDIS_REST_TOKEN: string;
UPSTASH_REDIS_REST_URL: string;
ENABLEBANKING_APPLICATION_ID: string;
ENABLE_BANKING_KEY_CONTENT: string;
ENABLEBANKING_REDIRECT_URL: string;
};