次の方法で共有


FavoriteSourceType type

FavoriteSourceType の値を定義します。 使用可能な値は、'retention'、'notebook'、'sessions'、'events'、'userflows'、'funnel'、'impact'、'segmentation' です。

type FavoriteSourceType =
  | "retention"
  | "notebook"
  | "sessions"
  | "events"
  | "userflows"
  | "funnel"
  | "impact"
  | "segmentation"