Skip to content

Type Alias: CreateNosanaApiOptions

ts
type CreateNosanaApiOptions = Partial<{
  backend_url: string;
  client_manager_url: string;
  include_credentials: boolean;
}>;