Type Alias: NotionIcon
NotionIcon = {
emoji:string;type:"emoji"; } | {file: {url:string; };type:"file"; }
Defined in: src/types/index.ts:1022
Icon on a page or database (emoji or file).
NotionIcon = {
emoji:string;type:"emoji"; } | {file: {url:string; };type:"file"; }
Defined in: src/types/index.ts:1022
Icon on a page or database (emoji or file).