Type alias EnvironmentConfig

EnvironmentConfig: {
    apiEndpoint: string;
    authIssuer: string;
    flowAccessApi: string;
    posthogApiKey?: string;
    walletApi: string;
}

Type declaration

  • apiEndpoint: string
  • authIssuer: string
  • flowAccessApi: string
  • Optional posthogApiKey?: string
  • walletApi: string

Generated using TypeDoc