type BaseConfig = { projectId: string; useMock?: boolean; debugging?: boolean; basePath?: string; disableAnalytics?: boolean; };
projectId
string
useMock?
boolean
debugging?
basePath?
disableAnalytics?
Was this page helpful?