File size: 617 Bytes
c09f67c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
};