Skip to main content

notion.rollupdatabasepropertyfunction

Home > @runlightyear/notion > RollupDatabasePropertyFunction

RollupDatabasePropertyFunction type

Signature:
declare type RollupDatabasePropertyFunction = "average" | "checked" | "count_per_group" | "count" | "count_values" | "date_range" | "earliest_date" | "empty" | "latest_date" | "max" | "median" | "min" | "not_empty" | "percent_checked" | "percent_empty" | "percent_not_empty" | "percent_per_group" | "percent_unchecked" | "range" | "unchecked" | "unique" | "show_original" | "show_unique" | "sum" | string;