UNPKG

@anoki/fse-common

Version:

Common types for FSE

11 lines (10 loc) 181 B
export type Link = { title: string link: string isExternal?: boolean } export enum LinkTypeEnum { EXTERNAL = "external", INTERNAL = "internal", DOWNLOAD = "download", }