UNPKG

@anoki/fse-common

Version:

Common types for FSE

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