Type alias WebCoreConfig<T>
WebCoreConfig<T>: { cloud: T; oAuthEndpoint: string; project: string; region?: string; storage?: Storage; } Type declaration
cloud: T
oAuthEndpoint: string
project: string
Optional
region?: string
Optional
storage?: Storage
Type representing the configuration for the web core.