共用方式為


FavoriteSourceType type

定義 FavoriteSourceType 的值。 可能的值包括:'retention'、'notebook'、'sessions'、'events'、'userflows'、'漏斗圖'、'影響'、'分割'

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