export const enum LinkType { page = "page", action = "action", } export const enum LinkTarget { blank = "_blank", self = "_self", parent = "_parent", top = "_top", }