Skip to content

Type Alias: CreateNosanaApiOptions

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